RE: why I got "response already committed" exception

2004-04-05 Thread Daniel Joshua
btw, typo for "onclick" ? Regards, Daniel -Original Message- From: Sanoj, Antony (IE10) [mailto:[EMAIL PROTECTED] Sent: Monday, 05 April, 2004 2:28 PM To: Struts Users Mailing List Subject: RE: why I got "response already committed" exception Have you tried u

RE: why I got "response already committed" exception

2004-04-05 Thread Sanoj, Antony (IE10)
"response already committed" exception I tried, got the same exception >From: "Sanoj, Antony (IE10)" <[EMAIL PROTECTED]> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >To: Struts Users Mailing List <[EMAIL PROTECTED]> >S

RE: why I got "response already committed" exception

2004-04-04 Thread Mu Mike
I tried, got the same exception From: "Sanoj, Antony (IE10)" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> Subject: RE: why I got "response already committed" exce

RE: why I got "response already committed" exception

2004-04-04 Thread Sanoj, Antony (IE10)
To: [EMAIL PROTECTED] Subject: why I got "response already committed" exception I have a body.jsp jsp page which has a statement like this there exists also a form in the jsp page ... dosub() { myform.target=window.opener.name; myform.submit(); } now I opened body.jsp in

why I got "response already committed" exception

2004-04-04 Thread Mu Mike
I have a body.jsp jsp page which has a statement like this there exists also a form in the jsp page ... dosub() { myform.target=window.opener.name; myform.submit(); } now I opened body.jsp in a "" which exists in another jsp page, but when I submitted the form, there threw the exceptio