You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Don Brown (JIRA)" <ji...@apache.org> on 2007/05/20 06:39:43 UTC

[jira] Updated: (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 ]

Don Brown updated WW-1798:
--------------------------

    Fix Version/s:     (was: 2.0.8)
                   2.0.9

Moving to 2.0.9 as it can't be replicated currently

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