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

Guillaume Carre commented on WW-1798:
-------------------------------------

It shows the message for me too using the blank application, and I can't 
reproduce the problem on my test, I don't know why.

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

Reply via email to