Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:

  http://jira.opensymphony.com/secure/ViewIssue.jspa?key=WW-272


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: WW-272
    Summary: ServletValueStack sometimes uses the wrong pageContext
       Type: Bug

     Status: Assigned
   Priority: Major

    Project: WebWork
   Fix Fors:
             1.3.1
   Versions:
             1.3

   Assignee: Dick Zetterberg
   Reporter: Dick Zetterberg

    Created: Tue, 26 Aug 2003 4:12 PM
    Updated: Tue, 26 Aug 2003 4:12 PM

Description:
There are times when the ServletValueStack has a reference to the wrong PageContext.
This happens when you use JSP and makes a ww:include on another page. When tags on 
that page executes they will set the pageContext in the ServletValueStack. The actual 
stack is the same for the whole request, so when the first page then continues after 
the include, then the pageContext is the wrong one. This affects you if you use the @ 
syntax to look up values in the page/request/session/application contexts. At the 
moment an exception is thrown and caught and then the value is looked for in the 
request as a last resort.
My solution to this is to let the base property tags set the pageContext in the stack 
in their getStack() method.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.opensymphony.com/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to