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