Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.opensymphony.com/secure/ViewIssue.jspa?key=WW-273 Here is an overview of the issue: --------------------------------------------------------------------- Key: WW-273 Summary: ServletValueStack findInContext does not look in session 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:16 PM Updated: Tue, 26 Aug 2003 4:16 PM Description: The findInContext method is used when @ is used in the EL. If the ServletValueStack has a pageContext reference then the findAttribute method is called to search in the page/request/session/application scopes. However if the stack does not have a pageContext, for example if it is called from within an action, then the findInContext method will only look in the request scope. It should at least also search the session scope for the value. --------------------------------------------------------------------- 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
