>>>>> "Rabih" == Rabih Yazbeck <[EMAIL PROTECTED]> writes:

    Rabih> Hello,
    Rabih> I am using Weblogic 7.1 with Struts-el... and I am receiving the
    Rabih> following error while compiling my JSPs from JBuilder 8 Ent.

    Rabih> "jsp1.jsp": Error in using tag library uri='/WEB-INF/struts-html-el.tld'
    Rabih> prefix='htmlel': The Tag class
    Rabih> 'org.apache.strutsel.taglib.html.ELOptionTag' has no setter method
    Rabih> corresponding to TLD declared attribute 'bundle', (JSP 1.1 spec, 5.4.1)
    Rabih> at line 2
    Rabih> "jsp1.jsp": weblogic.servlet.jsp.JspException: (line 2): Error in using
    Rabih> tag library uri='/WEB-INF/struts-html-el.tld' prefix='html-el': The Tag
    Rabih> class 'org.apache.strutsel.taglib.html.ELOptionTag' has no setter method
    Rabih> corresponding to TLD declared attribute 'bundle', (JSP 1.1 spec, 5.4.1)

This is disturbing.  I don't see how this could be happening.

Are you using the latest nightly build?

Are you certain you have only one "struts-el.jar" in the application classpath?

The "struts-el.jar" has "ELOptionTag.class", and "ELOptionTagBeanInfo.class",
correct?

Did you clear out your files in the appserver work directory (the translated
JSP files) before deploying the application?

If you're able to run in your debugger, could you set a breakpoint in
"ELOptionTagBeanInfo.getPropertyDescriptors()" before the appserver has
translated the JSP file?

-- 
===================================================================
David M. Karr          ; Java/J2EE/XML/Unix/C++
[EMAIL PROTECTED]   ; SCJP; SCWCD




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

Reply via email to