This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Just a quick question. Is there an easy way to tell a Servlet to post BACK to the previous screen? Or will I have to do the long winded way of posting to the same page, parsing all the details the user entered back?
Just a quick question. Is there an easy way to tell a Servlet to post BACK to the previous screen? Or will I have to do the long winded way of posting to the same page, parsing all the details the user entered back?
Servlets are based on request- respone mechanism.You will need to save the data entered by the user and send it back to browser.