[jboss-cvs] jboss-seam/seam-gen/test ...

Gavin King gavin.king at jboss.com
Wed Mar 14 00:22:37 EDT 2007


  User: gavin   
  Date: 07/03/14 00:22:37

  Modified:    seam-gen/test  ActionTest.java
  Log:
  misc improvs
  
  Revision  Changes    Path
  1.2       +0 -8      jboss-seam/seam-gen/test/ActionTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ActionTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/test/ActionTest.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- ActionTest.java	9 Jan 2007 07:10:27 -0000	1.1
  +++ ActionTest.java	14 Mar 2007 04:22:37 -0000	1.2
  @@ -9,18 +9,10 @@
   	public void test() throws Exception {
   		new FacesRequest() {
   			@Override
  -			protected void updateModelValues() throws Exception {				
  -				//set form input to model attributes
  -			}
  -			@Override
   			protected void invokeApplication() {
   				//call action methods here
   				invokeMethod("#{@componentName at .@methodName@}");
   			}
  -			@Override
  -			protected void renderResponse() {
  -				//check model attributes if needed
  -			}
   		}.run();
   	}	
   }
  
  
  



More information about the jboss-cvs-commits mailing list