Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Attempt to clear a buffer thats already been flushed???

843835Aug 13 2002 — edited Aug 13 2002
hi i can't understand why this code is giving me error..


HttpSession aSession = request.getSession(true);

String destination = "/login.jsp?returnPage=/practice/reviewcontent.jsp";
try{
if(aSession.getValue("userId") == null) {

%>
<jsp:forward page="<%= destination %>" />
<%
}
%>


thank you
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 10 2002
Added on Aug 13 2002
2 comments
3,561 views