As Tim pointed out, I believe you'll need to make the html prefix
reference /WEB-INF/struts-html-el.tld

Richard.


On Tue, 23 Nov 2004 15:09:14 -0600, Dave Bender <[EMAIL PROTECTED]> wrote:
> It references "/WEB-INF/struts-html.tld"
> 
> -----Original Message-----
> From: Slattery, Tim - BLS [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, November 23, 2004 2:44 PM
> To: 'Struts Users Mailing List'
> Subject: RE: html:option problem
> 
> > This:
> >     <html:option value="${emailGroup.emailGroupID}">
> > produces this:
> >     <option value="${emailGroup.emailGroupID}">
> > instead of this:
> >     <option value="17">
> 
> Are you sure the "html" prefix references the EL version of the taglib?
> 
> --
> Tim Slattery

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

Reply via email to