Update of /cvsroot/webwork/webwork/src/main/webwork/action
In directory usw-pr-cvs1:/tmp/cvs-serv17868
Modified Files:
ActionSupport.java
Log Message:
Validation now occurs on both doExecute() and commands
Update of /cvsroot/webwork/webwork/src/main/webwork/action
In directory usw-pr-cvs1:/tmp/cvs-serv23913
Modified Files:
ActionSupport.java
Log Message:
Revert back to validation on doExecute() only. Commands wishing validation must call validate() explicitly.
Update of /cvsroot/webwork/webwork/src/main/webwork/action
In directory usw-pr-cvs1:/tmp/cvs-serv24381
Added Files:
ActionContext.java
Log Message:
ActionContext has been refactored to its own class in webwork.action.
*Aware interfaces will probably be deprecated in the future. Actions wanting context should call ActionContext from within code.
Update of /cvsroot/webwork/webwork/src/main/webwork/action
In directory usw-pr-cvs1:/tmp/cvs-serv14792
Modified Files:
ActionSupport.java
Log Message:
isCommand is now public. This allow (for example) views to render
differently depending on what command has been issued.
Update of /cvsroot/webwork/webwork/src/main/webwork/action
In directory usw-pr-cvs1:/tmp/cvs-serv10382
Modified Files:
ActionSupport.java
Log Message:
protected debug with log.isDebugEnabled
Update of /cvsroot/webwork/webwork/src/main/webwork/action
In directory usw-pr-cvs1:/tmp/cvs-serv21467
Modified Files:
ActionSupport.java
Log Message:
made log static