You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Web Programmer <we...@yahoo.com> on 2001/04/17 15:52:33 UTC

Using , tags with strut template

When I use <html:form> or <html:link> tags with strut
template, these tags do not get parsed. Has anyone
experienced this? Any solution?  Thanks.


__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

RE: Using , tags with strut template

Posted by Web Programmer <we...@yahoo.com>.
Thanks Tobias, it worked.  I had the taglib only in
the template.  Need to put in every file.


--- Tobias Meyer <t-...@gmx.de> wrote:
> Hi "Web Programmer" :)
>  
> > When I use <html:form> or <html:link> tags with
> strut
> > template, these tags do not get parsed. Has anyone
> > experienced this? Any solution?  Thanks.
> 
> Don't forget to define your taglib before you use
> custom tags.
> 
> e.g.
> <%@ taglib uri="/WEB-INF/struts-html.tld"
> prefix="html" %>
> 
> Hope that helps,
> regards
> 
> Tobias Meyer


__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

RE: Using , tags with strut template

Posted by Tobias Meyer <t-...@gmx.de>.
Hi "Web Programmer" :)
 
> When I use <html:form> or <html:link> tags with strut
> template, these tags do not get parsed. Has anyone
> experienced this? Any solution?  Thanks.

Don't forget to define your taglib before you use custom tags.

e.g.
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>

Hope that helps,
regards

Tobias Meyer