RE: dynamic html:select

2006-12-13 Thread Anil Kumar T
Thanks Dave. This is very useful... Anil. -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 13, 2006 8:57 PM To: Struts Users Mailing List Subject: RE: dynamic html:select From: Kranti Parisa [mailto:[EMAIL PROTECTED] > i have an ArrayList

RE: dynamic html:select

2006-12-13 Thread Dave Newton
From: Kranti Parisa [mailto:[EMAIL PROTECTED] > i have an ArrayList of beans > each bean contains empid, empname > i need to populate them into drop down > plz suggest something for this http://struts.apache.org/1.2.x/userGuide/struts-html.html d. ---

dynamic html:select

2006-12-13 Thread Kranti Parisa
hi, i have an ArrayList of beans each bean contains empid, empname i need to populate them into drop down option value as empid and display value as empname plz suggest something for this

how to construct dynamic html:select html:options

2006-01-18 Thread Melih U. Unsal
my form will construct different number of combo boxes on the screen. for example user will enter 3 and submit the form. then the coming form will show 3 combo boxes. how can i do that with struts. The number of combo boxes is not static so i can not define to action form my combo boxes so can not