Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-24-2007, 11:04 AM
Java Tip's Avatar
Moderator
 
Join Date: Nov 2007
Posts: 1,691
Rep Power: 5
Java Tip will become famous soon enoughJava Tip will become famous soon enough
Default jsp:forward action
Forwarding a request to another page is easy in JSP using forward action. The JSP forward action is written as:

Code:
<jsp:forward page="relativeURL"/>
Example:

Code:
<jsp:forward page="welcome.html"/>
Forwarding a request means that even the request object is forwarded to the target page.
Bookmark Post in Technorati
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
<jsp:include> Vs <%@include> Vs <jsp:forward> Vs RequestDispatcher .forward/includeVs freddieMaize Java Servlet 5 07-29-2008 03:13 PM
action class jayagowri Web Frameworks 1 05-07-2008 04:23 PM
Run RCP action from outside of the Eclipse RCP leonbandas Eclipse 1 01-07-2008 08:15 AM
jsp:param action Java Tip Java Tips 0 12-24-2007 11:03 AM
Few action in one Jbutton kubiasty New To Java 0 07-25-2007 11:19 AM


All times are GMT +2. The time now is 03:17 PM.



VBulletin, Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2009, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org