Hi,
   Is it possible to display these values from a bean ? I have two sets of
methods according to the bean spec., one dealing with a java.util.Collection
and the other with a single value.


<SELECT class="list" multiple size=2 name=applications>
                <OPTION value=ALL> ALL </OPTION>
                <OPTION value='1' selected>Application1</OPTION>
                <OPTION value='2'>Application2</OPTION>
                <OPTION value='3'>Application3</OPTION>

 The selected values should go back into the same bean. Do I have to use a
'ActionForm' and populate my DTO from it? Will the bean have the selected
values automatically ?

 The suggested answer http://www.husted.com/struts/tips/006.html .....I
didn't understand this.
bye,
Mohan

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to