Date: 2004-07-28T11:19:03
   Editor: MichaelMcGrady <[EMAIL PROTECTED]>
   Wiki: Apache Struts Wiki
   Page: StrutsCatalogMultipleImageButtonsWithNoJavaScript
   URL: http://wiki.apache.org/struts/StrutsCatalogMultipleImageButtonsWithNoJavaScript

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -14,7 +14,7 @@
   <input type=image name='button.clear' src='Clear.gif'>
 }}}
 
-PLEASE NOTE THAT THE name attribute in the HTML or the property attribute in the 
Struts "HTML" image tag is the name of the command or operation, not the name of the 
button.  Therefore, you could had the following as well:
+PLEASE NOTE THAT THE name attribute in the HTML or the property attribute in the 
Struts "HTML" image tag is the name of the command or operation, not the "name" of the 
button.  The "name" of the button, or "reference" of the button, is the src attribute. 
 Therefore, you could had the following as well:
 
 {{{
   <html:image property='button.submit' src='CLICK.gif'>

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

Reply via email to