Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-22-2010, 08:22 PM
Member
 
Join Date: Oct 2008
Posts: 57
Rep Power: 0
lse123 is on a distinguished road
Default jsp:forward vs jsp:redirect / XML tag if
Code:
 <jsp:redirect page="displayquote.jspx" />
Above used always get error... used always prior any code or? 
may replace the
 <jsp:forward page="displayquote.jspx" /> 
in all cases if we have session bean[DTO]?

May include(how?) the boolean expression
//  session.isNew() at below:
  <c:if test="${choice.contents}">
            <jsp:redirect page="welcome.jsp" /> 
  </c:if>
???
Bookmark Post in Technorati
Reply With Quote
  #2 (permalink)  
Old 01-25-2010, 09:23 AM
Senior Member
 
Join Date: Apr 2009
Posts: 944
Rep Power: 1
Tolls is on a distinguished road
Default
??? indeed.
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
Exception: Cannot forward after response has been committed nakta Java Servlet 2 12-17-2009 06:54 PM
[SOLVED] Problem using jsp:forward to a servlet Norm Java Servlet 6 04-27-2009 10:49 PM
I need a back and forward code Jaymz New To Java 9 10-13-2008 12:50 AM
<jsp:include> Vs <%@include> Vs <jsp:forward> Vs RequestDispatcher .forward/includeVs freddieMaize Java Servlet 5 07-29-2008 03:13 PM
jsp:forward action Java Tip Java Tips 0 12-24-2007 11:04 AM


All times are GMT +2. The time now is 12:49 AM.



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