With return false; the problem still occurs :

java.lang.IllegalStateException: "getOutputStream()" a déjà été appelé pour 
cette réponse
        org.apache.catalina.connector.Response.getWriter(Response.java:596)
        
org.apache.catalina.connector.ResponseFacade.getWriter(ResponseFacade.java:186)
        org.apache.jasper.runtime.JspWriterImpl.initOut(JspWriterImpl.java:124)
        
org.apache.jasper.runtime.JspWriterImpl.flushBuffer(JspWriterImpl.java:117)

It is strange because the stack appears in the popup windows. This popup has no tag, just the content of my getContent.do action. And the main frame is not reloaded.


David G. Friedman wrote:

Try adding a 'return false;' to the end of your a tag's onClick method to
prevent submits back to the server.

Regards,
David

-----Original Message-----
From: Xavier Vanderstukken [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 13, 2005 5:30 PM
To: Struts Users Mailing List
Subject: Re: Target servlet called getWriter(), then getOutputStream()

getContent.do return null

Here is the stack after a click on the link that open the popup, what is
the meaning of href="#" ? Is it reloading the current page? Because
getContent.do returns null however I found reference to tile, tags in
the stack?


---------------------------------------------------------------------
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