I think I found the problem in the latest code base.  Adding "styleId" to 
"html-el:image" required one more change that I didn't think of.  I had to uncomment 
the use of the "styleId" attribute in the BeanInfo class.  I've submitted a fix which 
will hopefully be in tonight's build (if the problem with building of struts-el has 
been resolved).

> -----Original Message-----
> From: Hohlen, John [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, December 11, 2002 8:54 AM
> To: Struts-User (E-mail)
> Subject: Help! StrutsL-EL error (HTML tag)
> 
> 
> I'm currently encountering the following error in my JSP trying to use
> Struts-EL tags.
> 
> Error in using tag library uri='/WEB-INF/struts-html-el.tld'
> prefix='html-el': The Tag class 
> 'org.apache.strutsel.taglib.html.ELImageTag'
> has no setter method corresponding to TLD declared attribute 
> 'styleId', (JSP
> 1.1 spec, 5.4.1)
> 
> I decompiled the binary code to insure the "ElImageTag" inherits the
> "styleId" attribute via the
> following inheritance hiearchy:
> 
> BaseHandlerTag (public declaration of "styleId")
>        |
> SubmitTag (Struts HTML
>        |
> ImageTag (Struts HTML)
>        |    
> ElImageTag (Strut-EL HTML)
> 
> Has anyone else encountered this problem?  I posted a similar message
> yesterday but didn't get any feedback. 
> 
> Thanks a lot, JOHN
> 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: 
> <mailto:[EMAIL PROTECTED]>
> 

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

Reply via email to