[cvs]
expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/controller
StateForm.java
JCorporate Ltd
jcorp at jcorp2.servlets.net
Mon Jul 19 16:38:12 PDT 2004
Update of /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/controller
In directory jcorp2.servlets.net:/tmp/cvs-serv28753
Modified Files:
StateForm.java
Log Message:
added validate() abstract method so it can be called from external states when performing manual validation calls
Index: StateForm.java
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/controller/StateForm.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** StateForm.java 1 Oct 2003 01:18:33 -0000 1.6
--- StateForm.java 19 Jul 2004 23:38:10 -0000 1.7
***************
*** 71,73 ****
*/
public interface StateForm {
! }
\ No newline at end of file
--- 71,75 ----
*/
public interface StateForm {
! /** @todo add this method prototype so it can be called from an external State *RD* Mon Jul 27 2004 */
! public ErrorCollection validate(ControllerRequest request);
! }
More information about the cvs
mailing list