aspose file tools
The moose likes Struts and the fly likes html:select Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "html:select" Watch "html:select" New topic
Author

html:select

Satish Kulkarni
Ranch Hand

Joined: Jul 19, 2003
Posts: 60
I have the following html:select
<html:select property="curruserlist" size="5" multiple="true" >
<html ptions name="<%=Constants.CURR_USER_NAMES%>" labelName="<%=Constants.CURR_USERS%>" />
</html:select>
I want everything in this to be selected by default.
Any idea
Junilu Lacar
Bartender

Joined: Feb 26, 2001
Posts: 4115
    
    2

Assuming that you are following the best practice of always going through Actions first, you need to set the ActionForm's curruserlist to an array that contains all values that you want selected. You do this before you forward to the JSP that displays the select. Struts will take care of the rest.


Junilu - [How to Ask Questions] [How to Answer Questions] [MiH]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel/download
 
subject: html:select
 
Similar Threads
How to use html:select tag in struts
html:options - having difficulty preselecting item
help please
struts-html.tld problem
Enable and Disable html:select - On selecting and deselecting html:checkbox