Date: 2004-08-27T08:15:15 Editor: MichaelMcGrady <[EMAIL PROTECTED]> Wiki: Apache Struts Wiki Page: StrutsCatalogMultipleImageTagsSimplified URL: http://wiki.apache.org/struts/StrutsCatalogMultipleImageTagsSimplified
no comment Change Log: ------------------------------------------------------------------------------ @@ -1,4 +1,4 @@ -StrutsCatalog: '''This is an efficient way to end forever that pesky and recurrent problem of how to use multiple image buttons in your forms. (N.B.: This solution also works for non-image (submit) buttons by using values like <input type="submit" name="add.x" value="add"> in the submit button.)''' +StrutsCatalog: '''This is an efficient way to end forever that pesky and recurrent problem of how to use multiple image buttons in your forms. (N.B.: This solution also works for non-image (submit) buttons by using values like <input type="submit" name="add.x" value="add"> in the submit button. Or, just use <input type="submit" name="button" value="add"> for a different solution for <input type="submit"> versus <input type="image">)''' '''Assume that you have code not unlike:''' --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
