How to use s:iterator s:include s:param

2019-02-16 Thread albert kao
This display properly: I refactor to the following two files, which display nothing. I have other codes in items.jsp which confirms that items.jsp is being used in showitems.jsp. Please help. Thanks. items.jsp: showitems.jsp:

RE: Array of submit buttons

2019-02-16 Thread Yasser Zamani
>From: Prasanth >Sent: Friday, February 15, 2019 3:02 AM >To: Struts Users Mailing List >Subject: Array of submit buttons > >Hi, > >I have a form with tabular data and need to have delete buttons for each row. >So >have a ArrayList in the action and the form has name="delete[%{#rowNumber}]" valu

RE: Map backed form

2019-02-16 Thread Yasser Zamani
I think a file named yourActionClass-conversion.properties beside your action with following contents should help [1]: Key_xxx=java.lang.Long Element_xxx=java.lang.Double (where xxx is the field name of the collection property in your action or object) Regards. [1] https://struts.apache.org/