Tuesday, February 21, 2006

getOutputStream illegalStateException

This one has been bugging me for a long time... finally a solution. Removing all whitespace doesn't always help...

Before calling getOutputStream, use the following code:



out.clear();
out = pageContext.pushBody();

No comments:

Labels

Blog Archive

Contributors