[
https://issues.apache.org/struts/browse/WW-1798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_41021
]
Musachy Barroso commented on WW-1798:
-------------------------------------
I tried to replicate this problem using the blank application (it doesn't have
sitemesh or the cleanup filter), and it seems to be working. I added this to
HelloWorld.jsp:
-->${message}
and it shows the message. Can you try the same and see if it works for you?
thanks
> 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.