Update of /cvsroot/webwork/webwork/src/main/webwork/dispatcher
In directory usw-pr-cvs1:/tmp/cvs-serv25308/webwork/dispatcher
Modified Files:
ServletDispatcher.java
Log Message:
Made the stack's head value be stored in the request's attribute map upon it
being popped from the stack. This is to ease in integration of other programs
which might want to interact with Webwork's action after it's done processing.
APPLICABILITY: This will allow sitemesh's filter to push this value back in the stack
before decorating,and popping it when done, therefore giving the decorator
access to anything that was available from the decorated page.
|