History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: STS-599
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Ben Gunter
Reporter: Ben Gunter
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Stripes

FormTag does not find @SessionScope ActionBeans

Created: 15/Aug/08 08:37 AM   Updated: 15/Aug/08 08:46 AM
Component/s: Tag Library
Affects Version/s: Release 1.4.3
Fix Version/s: Release 1.5


 Description  « Hide
In FormTag#getActionBean(), it only looks in the request scope to find the ActionBean it's associated with. It needs to check the session scope as well in case the ActionBean is annotated with @SessionScope.

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Ben Gunter - 15/Aug/08 08:46 AM
Fixed. Checks session if it doesn't find the ActionBean in the request.