RE: JSP read value from ActionForm

2013-07-13 Thread Martin Gainty
Date: Thu, 4 Jul 2013 15:41:16 -0400 From: em...@encs.concordia.ca To: user@struts.apache.org Subject: JSP read value from ActionForm Hello, May I know how to read a parameter value in JSP page for the following situation please? (1) Struts2Action.java ... String list_size

JSP read value from ActionForm

2013-07-04 Thread Emi Lu
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