[cvs] expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/services/controller ValidationController.java

JCorporate Ltd jcorp at jcorp2.servlets.net
Wed Sep 1 11:46:41 PDT 2004


Update of /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/services/controller
In directory jcorp2.servlets.net:/tmp/cvs-serv10277/expresso-web/WEB-INF/src/com/jcorporate/expresso/services/controller

Modified Files:
	ValidationController.java 
Log Message:
use codes for message bundles


Index: ValidationController.java
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/services/controller/ValidationController.java,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** ValidationController.java	12 Feb 2004 08:22:05 -0000	1.16
--- ValidationController.java	1 Sep 2004 18:46:39 -0000	1.17
***************
*** 95,99 ****
   * to allow the validated-process to go through.
   *
-  * @version        $Revision$  $Date$
   * @author        Shash Chatterjee
   */
--- 95,98 ----
***************
*** 101,105 ****
          extends DBController {
      private static Logger log =
!             Logger.getLogger("expresso.services.controller.ValidationController");
  
      /**
--- 100,104 ----
          extends DBController {
      private static Logger log =
!             Logger.getLogger(ValidationController.class.getName());
  
      /**
***************
*** 116,120 ****
          super();
          addState(new State("validate", "Validate"));
!         addState(new State("promptValidation", "Validation Code"));
          setInitialState("validate");
          this.setSchema(com.jcorporate.expresso.core.ExpressoSchema.class);
--- 115,119 ----
          super();
          addState(new State("validate", "Validate"));
!         addState(new State("promptValidation", "ValidationCode"));
          setInitialState("validate");
          this.setSchema(com.jcorporate.expresso.core.ExpressoSchema.class);
***************
*** 130,134 ****
       */
      public String getTitle() {
!         return ("Authorization Processing");
      }
  
--- 129,133 ----
       */
      public String getTitle() {
!         return ("AuthorizationProcessing");
      }
  
***************
*** 167,171 ****
          // A button to go back to the rubValidateState
          Transition val = new Transition("validate", this);
!         val.setLabel("Retry Validation");
          response.add(val);
      }
--- 166,170 ----
          // A button to go back to the rubValidateState
          Transition val = new Transition("validate", this);
!         val.setLabel("RetryValidation");
          response.add(val);
      }



More information about the cvs mailing list