Date: 2004-07-28T11:17:36
Editor: MichaelMcGrady <[EMAIL PROTECTED]>
Wiki: Apache Struts Wiki
Page: StrutsCatalogMultipleImageButtonsWithNoJavaScript
URL: http://wiki.apache.org/struts/StrutsCatalogMultipleImageButtonsWithNoJavaScript
no comment
Change Log:
------------------------------------------------------------------------------
@@ -14,13 +14,12 @@
<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:
+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:
{{{
<html:image property='button.submit' src='CLICK.gif'>
<html:image property='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]