You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "zul;jami" <zu...@hotmail.com> on 2007/10/04 10:01:22 UTC

struts2 s:select problem

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: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org