redirect « Post « JSP-Servlet Q&A





1. Java (jsp) redirect with HTTP POST data?    stackoverflow.com

I have a system that allows guest logins via a guest account. I cannot modify the source code of the system, but I can add my own JSP files. I am ...

3. Post-Redirect-Get pattern    coderanch.com

Hi Clara, thanks for reading my article. It sounds like you are programming using Model 1 (JSPs with beans, no servlets). In this case the JSPs are acting as their own controllers and patterns like PRG don't make a whole lot of sense. The purpose of PRG is to separate task controllers from page controllers across a request boundary in order ...