Date: 2004-08-13T06:30:30
   Editor: MichaelMcGrady <[EMAIL PROTECTED]>
   Wiki: Apache Struts Wiki
   Page: StrutsCatalogMultipleImageTagsSimplified
   URL: http://wiki.apache.org/struts/StrutsCatalogMultipleImageTagsSimplified

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -31,13 +31,8 @@
 
 '''There you go. Toss out the !LookupDispatchActions, the !ButtonCommands, etc.  This 
is a done deal.  You can clearly seek other ways to ensure a bit more safety.  For 
example, the code works equally as well with "submit.button" as it does with "submit". 
 Elegant, no, eh?
 
-Surprisingly, some people still prefer the way I used to do this.  I think they just 
like the plain fanciness of it all.  For those people, here is code that is less 
extensible, more coupled, heavier, etc.  
-package com.crackwillow.struts.form;
-
-import org.apache.struts.action.ActionForm;
-
-import com.crackwillow.log.StdOut;
-
+Surprisingly, some people still prefer the way I used to do this.  I think they just 
like the plain fanciness of it all.  For those people, here is code that is less 
extensible, more coupled, heavier, etc.  This code is comparatively horrible, in my 
opinion, but it looks so "codey".
+{{{
 public class AdminButtonForm
     extends ActionForm {
   protected CrackWillowButton button;
@@ -116,7 +111,8 @@
       }
     }
   }
-} ///;-) Michael McGrady
+}
+}}}
 
 Michael !McGrady
 Cap't of the Eh Team'''

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

Reply via email to