s:action tag with executeResult="true" cause jsp parsing dead loop
------------------------------------------------------------------
Key: WW-2952
URL: https://issues.apache.org/struts/browse/WW-2952
Project: Struts 2
Issue Type: Bug
Components: Plugin - Tags
Affects Versions: 2.0.14
Environment: struts 2.0.14, spring .2.5.6, hibernate 3.3.1
Reporter: lancelot yao
I add a <s:action name="somethingAction" />, and run this page. this action
results a list with generics ValueObject. but this page can not output result
when i use s:iterator. then i change s:action to <s:action
name="somethingAction" executeResult="true"/>. this page can output the result,
BUT this page will cause a dead loop. that is all content in this page that
includes a table with form to input query conditions, and a table to output
query result list. all page elements will be repeat again and again until a
exception java.lang.StackOverflowError thrown. even though I change the
s:action postion, i get the same exception.
thanks.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.