Hi All,
I am facing an issue while handling multiple buttons in a form using struts.
I have three buttons add,delete and go .I have made forward as hidden and on click of a button i would get the name of the button. The problem is with go button on click of that i want to call a javascript and then call the action and return to the same page .
Question is i am facing issue whicl calling javascript on click of a button and returning to the same page.Please tell me a proper way to handle multiple buttons in a form and its action