How to submit JSP to itself?

2001-04-19 Thread Alex Colic
Hi, How do you set-up the action property of a form tag if you want the JSP to submit the form to itself? When the user wants to go to the next page I have a next button that in its onclick event I will set the forms.action property via JavaScript. Thanks for any help. Alex

Re: How to submit JSP to itself?

2001-04-19 Thread Peter Alfors
Couldn't you use the full path? /myApp/pages/myAction.do Pete Alex Colic wrote: Hi, How do you set-up the action property of a form tag if you want the JSP to submit the form to itself? When the user wants to go to the next page I have a next button that in its onclick event I will set