Date: 2004-08-11T14:30:23
   Editor: MichaelMcGrady <[EMAIL PROTECTED]>
   Wiki: Apache Struts Wiki
   Page: StrutsCatalogMultipleImageButtonsWithNoJavaScript
   URL: http://wiki.apache.org/struts/StrutsCatalogMultipleImageButtonsWithNoJavaScript

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -245,3 +245,11 @@
 
 Thanks,
 Kishore Senji.
+
+-----
+
+Thanks, Kishire,
+
+If you use the first solution, there is no extra coding no matter how many images you 
use for buttons.  You have to match what the property value is for <html:image> or the 
name value for <input type='image'> and make sure that matches your logic in the 
model, but that is all.  That, of course, has to be done with any possible solution.  
This frees the parameter attribute of your action mapping for other uses.  I, for one, 
have other very important uses for this parameter attribute.  (I use it to allow a 
single mapping to go to multiple layouts in tiles.)
+
+You also gain nothing from using the !LookupDispatchAction in this case.

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

Reply via email to