Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

multiple slection options in the <html:multibox> ???

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
<html:multibox name="FORM" property="GETINVITATIONS">
<bean:write name="FORM" property="EXE" />
<bean:write name="FORM" property="selectedInv" /> <---------------------------------------------what i have to write to get slected options here.......IS IT CORRECT?
</html:multibox>
</td>
<td><bean:write name="FORM" property="EXE" /></td> [NAME]
<td>

<bean:define id="List" name="FORM" property="invLst" type="java.util.ArrayList" />
<html:select style="width:200px;" name="FORM" property="selectedInv" styleId="selectedInv1" multiple="true"> [MULTIPLE INVITATION NAMES]
<html:options name="List"/>
</html:select>

</td>

This was not working.,,.only slected NAME was printing..Iam unable to get SELECTED INVITATION NAMES ...
SO HOW TO ADD THIS SLECTED INVITATIONS TO THAT "GETINVITATIONS" it array of String.
this 'selectedInv' was giving errror...
so please help me.
 
Sheriff
Posts: 9707
43
Android Google Web Toolkit Hibernate IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Duplicate Topic closing this one...
 
    Bookmark Topic Watch Topic
  • New Topic