Nov 29, 2004 #1 chmanio Programmer Dec 16, 2002 20 PH can i use <jsp:forward page=.../> inside a JavaScript?
Nov 30, 2004 #2 siberian Programmer Sep 27, 2003 1,295 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