Date: 2004-09-15T09:43:40
   Editor: MichaelMcGrady <[EMAIL PROTECTED]>
   Wiki: Apache Struts Wiki
   Page: StrutsCatalogSimpleDispatchAction
   URL: http://wiki.apache.org/struts/StrutsCatalogSimpleDispatchAction

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -28,7 +28,7 @@
 '''Now, how do we know which image has been clicked or which command has been clicked 
and, additionally, have the methods automatically generated?  The answer has been 
complicated and costly in the past.  Here is a simple way to achieve everything at a 
low cost and with great flexibility and freedom.'''
 {{{
 public abstract class SimpleDispatchAction
-               extends Action {
+    extends Action {
   protected           Class            clazz    = this.getClass();
   protected static    Log              log      = 
LogFactory.getLog(SimpleDispatchAction.class);
   protected static    MessageResources messages = 
MessageResources.getMessageResources ("org.apache.struts.actions.LocalStrings");

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to