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]>