Hi,
   
  I am using struts1.2.9
   
  I have a jsp file that has two list boxes :
   
  <html:form action="transfertoDB">
            <html:select property="menu" size="10" >
                <html:option value="">--SELECT--</html:option>
                <html:options collection="menuList1" property="value" 
labelProperty="label" />
            </html:select>  
           
            <html:select property="menu" size="10" >
                <html:option value="">--SELECT--</html:option>
                <html:options collection="menuList2" property="value" 
labelProperty="label" />
            </html:select>  
        </html:form>
   
  I have two questions :
  1) I hard coded the size of the lists to 10,How to make the size dynamic?
   
  2) I would like to transfer element between the two lists .
   
  Thank you , your help is appreciated.

 __________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Reply via email to