I use CheckLogonTag which was copy-pasted from struts-example. The code returns SKIP_PAGE when authentication failed instead of SKIP_BODY like yours..
It works fine for me. ----- Original Message ----- From: "Miguel Angel Mulero Martinez" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, August 28, 2002 2:41 PM Subject: java.lang.IllegalStateException: Already called getOutputStream() > I'm using the CheckLogonTag with my application. The tag works perfectly. If > it returns SKIP_BODY (that happens when the user is not authenticated) I > receive an "java.lang.IllegalStateException: Already called > getOutputStream()". > > If the user is authenticated, then the tag returns an EVAL_PAGE and the page > loads perfectly. > > Someone can help me? > > Thanks in advance!! > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

