> I'm trying to generate a list of options:
> 
>   <html:select property="year">
>     <jstl:forEach var="y" begin="1986" end="2003">
>       <html:option value="${y}"><jstl:out value="${y}"/></html:option>
>     </jstl:forEach>
>   </html:select>
> 
> 
> But this produces the following output:
> 
>   <option value="${y}">1987</option>
>   ...

I think you should use html-el as the namespace for your JSTL tags.

This e-mail is intended only for the above addressee. It may contain
privileged information. If you are not the addressee you must not copy,
distribute, disclose or use any of the information in it. If you have
received it in error please delete it and immediately notify the sender.
Security Notice: all e-mail, sent to or from this address, may be
accessed by someone other than the recipient, for system management and
security reasons. This access is controlled under Regulation of
Investigatory Powers Act 2000, Lawful Business Practises.

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

Reply via email to