RE: struts-user Digest 22 Feb 2002 17:34:22 -0000 Issue 1164

2002-02-22 Thread Pierce, Britt
I have to admit that I have not read all of the messages in this thread, so I apologies if I am repeating anything... But, I found in the archives that you can check to see if an image button is clicked you can do it on the server side by looking for the .x or .y property. So, for example,

RE: how to use an images for submit, cancel button etc

2002-02-22 Thread Pierce, Britt
Read this: http://www.mail-archive.com/struts-user@jakarta.apache.org/msg15597.html -Original Message- From: KM [mailto:[EMAIL PROTECTED]] Sent: Friday, February 22, 2002 3:00 PM To: [EMAIL PROTECTED] Subject: RE: how to use an images for submit, cancel button etc Any more

RE: how to use an images for submit, cancel button etc

2002-02-22 Thread Pierce, Britt
If you look into the code, an 'image' button inherits from the 'submit' button. Therefore, an html:image / tag submits the form to the server. Not sure how the code below works though...It's not how I would do these buttons...Not that I'm any less of a newbie to this then anybody else on