Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: James Rivera   on May 27 In Java Category.

  
Question Answered By: Richie Smith   on May 27

You must not print anything using the out.println
and then forward to another jsp,
maybe if you have conditional forward then it would work,
once the response is commited which you have done by calling flush you cannot
forward.
if(some condition)
{
print something
}else
{
forward
}
would work

Share: 

 

This Question has 4 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on PROBLEM IN JSP Or get search suggestion and latest updates.


Tagged: