Nov 29, 2004 #1 chmanio Programmer Joined Dec 16, 2002 Messages 20 Location PH can i use <jsp:forward page=.../> inside a JavaScript?
Nov 30, 2004 #2 siberian Programmer Joined Sep 27, 2003 Messages 1,295 Location US A jsp:forward will immediately call the new page in and discard the current page I believe. So, you can but you'll only get the forwarded page. http://java.sun.com/products/jsp/tags/11/syntaxref11.fm9.html Upvote 0 Downvote
A jsp:forward will immediately call the new page in and discard the current page I believe. So, you can but you'll only get the forwarded page. http://java.sun.com/products/jsp/tags/11/syntaxref11.fm9.html