You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Wes Wannemacher (JIRA)" <ji...@apache.org> on 2009/04/16 19:00:07 UTC

[jira] Closed: (WW-2952) s:action tag with executeResult="true" cause jsp parsing dead loop

     [ https://issues.apache.org/struts/browse/WW-2952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wes Wannemacher closed WW-2952.
-------------------------------

    Resolution: Incomplete

I'm not sure if this is a bug in Struts. Can you first post your problem on the struts@user.apache.org mailing list. This way we can get the appropriate information and troubleshoot with you. Then, if a bug is found, someone will suggest to you what you can post on here for us to fix it.

> 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.