I figured out the problem. I was using bean in second page which had scope set
to "request". Once the scope was changed to seesion things seem to be working
fine.
Thanks for the suggestions.
Sidney.



John Wheeler <[EMAIL PROTECTED]> wrote:
> Hello,
> I am trying to submit a form data from a jsp page to another one to
display
> results. The browser does not show the second page, when using submit
button
> in first page. On the other hand the browser displays the second jsp page
when
> viewed using http://localhost/page2.jsp.
> I am using JWS2.0 on NT-4.
> Thanks.
> Sidney

I would suggest checking that you are correctly submitting the form from
page 1 to page 2. It should be fairly easy to see if your values are getting
there (look at the values sent via request.getParameter ("<param>") ). Check
the output HTML source for all pages. You probably have a syntax error in
the second page that prevents further output to the browser. If you need
more detailed help, please send/post the source code.

HTH,

John Wheeler.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html


____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to