Struts 2.3.16 sx:submit targets not working as expected
问题 I worked with Struts 2.0.11 and Struts 2.1.6 and have no problem with the s:submit or sx:submit with "targets" attribute. While upgrading our project from Struts 2.0.11 to 2.3.16, I have the following problem: <head> <sx:head parseContent="true"/> </head> <s:form action="report_accumulatedResult" cssStyle="font-size :8pt; font-family: verdana" method="post" validate="true" > <s:textfield name="startDate" label="Start Date" size="15" cssClass="datepicker" /> <s:textfield name="endDate" label=