try
{
doFilter(req, resp, chain);
}
catch (Exception e)
{
// the servlet failed
}Regards, Bob
At 02:18 PM 1/8/2004 +0800, you wrote:
SERVLET-INTEREST��
when a method of a servlet is successful, its filter begin to do something, or the filter not do anything.
I want to know, in filter how to know whether that method is successful?
������������������ ��
����������������groundsea [EMAIL PROTECTED] ��������������������2004-01-08
___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
