Thanks, David. That fixed it.  BTW, I neglected to
mention another error I had with the Struts-EL
exercise application prior to the 'bundle' attribute
issue.  I was getting a runtime exception:

<exception>
java.lang.NoClassDefFoundError:
org/apache/commons/validator/ValidatorResources
 at java.lang.Class.getMethods0(Native Method)
<snip />
</exception>

Adding the commons-validator.jar to the web-info/lib
directory, and recreating and redploying the war fixed
the problem.  I have no other applications deployed
with dependencies on the commons-validator library.

Thanks.

J




--- "David M. Karr" <[EMAIL PROTECTED]> wrote:
> >>>>> "John" == John Bigboote <[EMAIL PROTECTED]>
> writes:
> 
>     John> [Sorry for the errant post...]
>     John> I'm having trouble with Struts-EL in
> v1.1b3 on
>     John> WebLogic v6.1 SP3 with JSP compilation
> errors similar
>     John> to those mentioned in this thread:
> 
>     John>
>
http://www.mail-archive.com/struts-user@jakarta.apache.org/msg52762.html
> 
>     John> The error I'm getting is in the
>     John> strutsel-exercise-taglib for the b3
> release, the
>     John> latest nightly and a late december
> release.  It is:
> 
>     John> <error_msg>
> 
>     John> Error in using tag library
>     John>    uri='/WEB-INF/struts-html-el.tld'
>     John>    prefix='html-el': 
> 
>     John> The Tag class
>     John>
> 'org.apache.strutsel.taglib.html.ELOptionTag' 
>     John> has no setter method corresponding to TLD
> declared
>     John> attribute 'bundle'
> 
>     John> </error_msg>
> 
>     John> Anyone have any ideas?  TIA
> 
> Ah.  It looks like I left out the "bundle" attribute
> from the BeanInfo class.
> I've submitted a fix for this.  It'll be in
> tonight's nightly build, and in the
> next release.  If you can't wait until the nightly
> build, then build directly
> from the latest cvs.
> 



__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

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

Reply via email to