> -----Original Message-----
> From: Ashish Kulkarni [mailto:[EMAIL PROTECTED]
> Sent: Friday, January 07, 2005 3:11 PM
> To: user@struts.apache.org
> Subject: <html:select select tag and Enumertaion in jsp page
> 
> 
> 
> <html:form action="/loginAction" focus="userId"
> method="post">
> <html:select property="system" size="1"
> multiple="false">
> <!-- what do i enter here

<c:for blah>
</c:for>

or 
<logic:iterate blah>
</logic:iterate>

or you can use one of the option tags included with struts.

>     
> -->
> </html:select>
> </html:form>
> 

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

Reply via email to