Date: 2004-08-10T14:14:09 Editor: MichaelMcGrady <[EMAIL PROTECTED]> Wiki: Apache Struts Wiki Page: StrutsCatalogMultipleImageButtonsWithNoJavaScript URL: http://wiki.apache.org/struts/StrutsCatalogMultipleImageButtonsWithNoJavaScript
no comment Change Log: ------------------------------------------------------------------------------ @@ -24,6 +24,7 @@ I do this with the following simple logic in a processing class called by my Action class. {{{ +String command = ButtonCommand.getCommand(servlet); if (ButtonConstant.SUBMIT.equals(command)) { // do whatever } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]