> -----Original Message-----
> From: Wendy Smoak [mailto:[EMAIL PROTECTED] 
> 
> On 11/20/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> 
> > Aha, I see what you mean now.
> > I had this:
> > <%@ taglib uri="/WEB-INF/struts-html-el.tld"   prefix="html-el"  %>
> >
> > Changed it to this:
> > <%@ taglib uri="/WEB-INF/struts-html.tld"   prefix="html-el"  %>
> >
> > And now things seem to work.
> 
> That's it, though I would suggest removing the tlds from 
> WEB-INF and using the URI which I think is: 
> http://struts.apache.org/tags-html
> 
> (Check struts.jar and make sure the tlds are in there -- they 
> are in 1.2.7.)

And also remove the corresponding "taglib" directive from your web.xml
file.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to