[RESOLVED] Netbeans Visual Web Pack
Hi
How you go from one page to other.
For example click the button or link and other form is displayed.
What is the method?
I created an object of my page like
Page2 ob=new Page2();
ob.getPage();
this statement was written on the button event of Page1
I may have done this all wrong or I may have been missing a little thing.
Please tell me how you navigate from one page to other.
Thanks in Advance
Re: Netbeans Visual Web Pack
You can use "response.sendRedirect("page2.jsp");"
Re: Netbeans Visual Web Pack