aspose file tools
The moose likes Struts and the fly likes multiple selection in <html:multibox>? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Struts
Reply locked New topic
Author

multiple selection in <html:multibox>?

tejz teja
Greenhorn

Joined: Feb 12, 2010
Posts: 7
<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>
<span>
<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]
<htmlptions name="List"/>
</html:select>
</span>
</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....
Ankit Garg
Saloon Keeper

Joined: Aug 03, 2008
Posts: 9189
    
    2

Duplicate Topic closing this one...


SCJP 6 | SCWCD 5 | Javaranch SCJP FAQ | SCWCD Links
 
I agree. Here's the link: jrebel
 
subject: multiple selection in <html:multibox>?
 
Similar Threads
Javascript - Arraylist
multiple slection options in the <html:multibox> ???
please solve this question on <html:multibox>?
multiple slection options in the <html:multibox> ?
how to get multiple slection options in the <html:multibox> ? please help me... see the below code..