Results 1 to 1 of 1
Thread: jsp:forward action
-
jsp:forward action
Forwarding a request to another page is easy in JSP using forward action. The JSP forward action is written as:
Example:Java Code:<jsp:forward page="relativeURL"/>
Forwarding a request means that even the request object is forwarded to the target page.Java Code:<jsp:forward page="welcome.html"/>
Similar Threads
-
<jsp:include> Vs <%@include> Vs <jsp:forward> Vs RequestDispatcher .forward/includeVs
By freddieMaize in forum Java ServletReplies: 5Last Post: 07-29-2008, 02:13 PM -
action class
By jayagowri in forum Web FrameworksReplies: 1Last Post: 05-07-2008, 03:23 PM -
Run RCP action from outside of the Eclipse RCP
By leonbandas in forum EclipseReplies: 1Last Post: 01-07-2008, 07:15 AM -
jsp:param action
By Java Tip in forum Java TipReplies: 0Last Post: 12-24-2007, 10:03 AM -
Few action in one Jbutton
By kubiasty in forum New To JavaReplies: 0Last Post: 07-25-2007, 10:19 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks