Date: 2004-07-26T17:32:15
Editor: MichaelMcGrady <[EMAIL PROTECTED]>
Wiki: Apache Struts Wiki
Page: StrutsCatalogMultipleImageButtonsWithNoJavaScript
URL: http://wiki.apache.org/struts/StrutsCatalogMultipleImageButtonsWithNoJavaScript
no comment
Change Log:
------------------------------------------------------------------------------
@@ -7,6 +7,14 @@
<input type=image name='button.clear' src='Clear.gif'>
}}}
+PLEASE NOTE THAT THE name attribute is the name of the command, not the name of the
button. Therefore, you could had the following as well:
+
+{{{
+ <input type=image name='button.submit' src='CLICK.gif'>
+ <input type=image name='button.clear' src='GO_BACK.gif'>
+}}}
+
+
Here's the button I use.
{{{
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]