This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes JSP and the fly likes JSP Request forwarding Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSP
Reply Bookmark "JSP Request forwarding" Watch "JSP Request forwarding" New topic
Author

JSP Request forwarding

Tony Morris
Ranch Hand

Joined: Sep 24, 2003
Posts: 1608
If there is some arbitrary JSP, say x.jsp, then I rename it to _x.jsp, and then write my own x.jsp which has '<jsp:forward page="_x.jsp"/>', what could possibly appear different to _x.jsp ?
i.e. Is there anything that anyone can think of that doesn't cause this request forwarding to appear transparent to the original JSP ?


Tony Morris
Java Q&A (FAQ, Trivia)
Tony Morris
Ranch Hand

Joined: Sep 24, 2003
Posts: 1608
Problem resolved.
I didn't think there would be a reason
Thanks.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: JSP Request forwarding
 
Similar Threads
Original Servlet Name after a Forward to a jsp
calling servlet from jsp
how to send parameter from html to jsp??
How many ways we can call Static HTML page from Servlet
Posting request to other domain using jsp