I have a action class extending actionsupport

in  which I have a getters and setters for a Hashmap<String,String>

in my execute I populate the hashmap.

But in my select it is not showing
This is code in my jsp.
<s:select label="DashBoard" 
                              name="dashBoardSelector" 
                              list="${#session.dashList}" 
                              size="1"/>


If I use sessionaware and put it in session,then in my java code in jsp i am
able to get the values of the hashmap.

But my list is not populating.pls help

-- 
View this message in context: 
http://www.nabble.com/struts2-s%3Aselect-problem-tf4566390.html#a13034352
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