You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "James Holmes (JIRA)" <ji...@apache.org> on 2007/08/11 21:09:18 UTC

[jira] Resolved: (WW-1798) erratic behaviour when trying to get objects from the valuestack with JSTL

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

James Holmes resolved WW-1798.
------------------------------

    Resolution: Cannot Reproduce

I'm resolving this as cannot reproduce for now. If you can reproduce it and feel like it is still an issue, feel free to re-open this ticket. If you do re-open the ticket, please provide very specific details for reproducing the issue.

> erratic behaviour when trying to get objects from the valuestack with JSTL
> --------------------------------------------------------------------------
>
>                 Key: WW-1798
>                 URL: https://issues.apache.org/struts/browse/WW-1798
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Value Stack
>    Affects Versions: 2.0.6
>         Environment: Windows, Apache Tomcat 5.5.17
>            Reporter: Guillaume Carre
>             Fix For: 2.0.10
>
>
> In reference to the following User list entry: http://www.nabble.com/JSTL-and-valuestack-problem-tf3363655.html
> With a very simple test case(TestAction with a String test attribute, getter setter, and a jsp result), there is an issue getting objects from the valuestack in a JSP with JSTL (ww:property tag is always working).
> On the first call to the JSP (fresh new session), ${test}, which is supposed to look for a "test" object in the valuestack, thanks to the StrutsRequestWrapper, returns nothing. StrutsRequestWrapper is not even called.
> On the next calls it returns the good value from the valuestack.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.