Thanks for reply. I do not use custom tag. In my code, I disabled the button
actions at the beginning of the page. At the very end of the page, I enable
the button actions. But the Exception still occurs.
My error occur only when the source code recompiled for hand test.

Thanks.

-----Original Message-----
From: Chris Hyzer [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 03, 2005 9:45 AM
To: tomcat-user@jakarta.apache.org
Subject: Re: Can we know when the Response is finished? or other
solution.


If you use custom tags, then when the custom tag that
generates </html> is done, then you are done.  We use
this approach, and also return SKIP_PAGE from the tag
so you know it is done.  Maybe there is an easier way
though.  :)

>
> Can we know when the Response is finished? or other
> solution.
>       122561 by: Daxin Zuo



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to