Hi!!

I have a form which I eant to exaluate.
When pressin gthe submit button another jsp starts the validation.
If an error is found I want to return to the form.
This is no prblem, the problem is that when returning I want the values
which the user typed in should be shown in the form.
I tried jsp:forward, but gett a nullpointer.
With response.sendRedirect("dddd"); the textareas don't show the values
typed in.

Anyone got a better aproach?

/Nico

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to