Hi,
I have a map to render <s:select>

<s:select label="List of Plants"   name="pltSelect"
       list="${user.plantsMap}"  key="${user.plantsMap.key}"  
istValue="${user.plantsMap.value}"
       multiple="true" size="50" required="true"/>

The problem is that the select did not rendered, and sometimes got an
JasperException.
How could I do that?

Thanks in advance,

Felipe


-- 
View this message in context: 
http://www.nabble.com/How-to-render-a-%3Cs%3Aselect%3E-using-a-map--tf3481550.html#a9717863
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to