Date: 2004-07-26T00:44:45
   Editor: MichaelMcGrady <[EMAIL PROTECTED]>
   Wiki: Apache Struts Wiki
   Page: StrutsCatalogMultipleImageButtonsWithNoJavaScript
   URL: http://wiki.apache.org/struts/StrutsCatalogMultipleImageButtonsWithNoJavaScript

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -5,8 +5,8 @@
 The key to the below is that the image tag will send 
button.submit.x=19&button.submit.y=10 and the properties button.submit.x and 
button.submit.y will be set as follows:
 
 {{{
-    [ActionForm].getButton().getSubmit().setX(new Integer("9"));
-    [ActionForm].getButton().getSubmit().setX(new Integer("8"));
+    [ActionForm].getButton().getSubmit().setX(new Integer("19"));
+    [ActionForm].getButton().getSubmit().setX(new Integer("10"));
 }}}
 
 Here's the button I use.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to