Hello,

May I know how to read a parameter value in JSP page for the following situation please?

(1) Struts2Action.java
... String list_size = list.size(); ...
getter/setter for list_size

(2) result.jsp
<s:select ...
size = <%= list_size%>
/>

Is there a simple way to assign Struts2Action.list_size to s:select.size filed in the result.jsp file?

Thanks a lot!
EL

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to