RE: HOWTO implement multiple submit buttons with type = image.

2009-03-10 Thread Martin Gainty
(other than political) are there reasons why you would'nt want to stick with type='submit' and let the back end handle processing of RequestParameters/FormFields/SessionValues ? Martin __ Disclaimer and confidentiality note Everything in this e-ma

Re: HOWTO implement multiple submit buttons with type = image.

2009-03-10 Thread Jim Kiley
With image type submits, an "x" and "y" value are usually submitted (so that if the button is an imagemap, the server knows where the user clicked). Struts is complaining that you don't have any fields that accept an "x" or a "y" field on your action class. jk On Tue, Mar 10, 2009 at 2:46 PM, Kra