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:
>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
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/
3 matches
Mail list logo