> Any Idea? what is does this error means?
>
[quoted text clipped - 6 lines]
> If this is a basic error also, please make sometime in telling me what
> that exactly means.
A response is committed whenever an action on your part causes the
status code and headers to be written to the browser. At that point,
because the status code and headers are already set, anything that tries
to alter the status code, or the headers will result in an
IllegalStateException being thrown.
Just hypothesizing here, but attempting to create a session probably
results in the code attempting to set a cookie via the set-cookie
header. Since the response has already written the status code and
headers to the browser, this results in an IllegalStateException.
Regards,
Dave
srujan.gudisa@gmail.com - 07 Jan 2008 13:25 GMT
> srujan.gud...@gmail.com wrote:
> > Any Idea? what is does this error means?
[quoted text clipped - 21 lines]
> Regards,
> Dave
Thanks a Lot Dave, I am a little bit confused, but I think I am
getting it.
Thanks a Lot.