> no, I'm not returning anything from the servlet.
It's not "returning anything"! You must return after using sendRedirect,
otherwise your servlet will continue running. That's probably the problem,
as it redirects you to another page, but continues it's execution. Try
returning.

Carlos Pereira





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

Reply via email to