This question is to anyone that can possibly help me. I have a jsp form that is running 3 actions, these actions are managed by JavaScript (i.e. if delete is pressed the action is changed to delete.do, etc.).
My question: Is there anyway to stop an action from running (continuing) in the JavaScript?? i.e. if a record is not selected I want to stop the action from occuring instead of it running my default action. Question 2: I am also wondering if there is anyway to capture the success mapping in the jsp to trigger another event?? i.e. on the success of the delete.do action I want to refresh the window that opened the delete.jsp page. Question 3: Does any know of any combo box field either in struts or in html that I can use?? Thanks everyone, Mike