Multiple Image Submit Buttons in Form?

2006-08-09 Thread Mississippi John Hurt
Hi, What's the best way to handle a page that has 3 clickable image buttons: A list of Items indexed, each row has an image button, if clicked, routes to a EditItem action. An Add Item image button, that routes to a AddItem action. An input text box, with a Search image button, that routes to a S

Re: Multiple Image Submit Buttons in Form?

2006-08-09 Thread Paul Benedict
Use EventAction or EventActionDispatcher from Struts 1.2.9. If you are using a previous version of Struts, just pluck out these classes into your source folders. Mississippi John Hurt <[EMAIL PROTECTED]> wrote: Hi, What's the best way to handle a page that has 3 clickable image buttons: A list