Posted By:
sundar_ram
Posted On:
Friday, March 23, 2001 09:54 AM
I have dynamic include (in ..for eg. main.jsp) <%=strbuttonjsp%>" flush="true" /> The strbuttonjsp can evaluate to any other jsp.(instead of if..else condition). I have a runtime error in my page(in my main.jsp) that says. HTTP ERROR: 503 Service Unavailable java.lang.IllegalStateException: Request is committed The console error (generated by the webserver)is. 10:09:58.118 WARN!! java.lang.IllegalStateException: Request is committed 10:09:58.158 WARN!! java.lang.IllegalStateException: SENDING is not EDITABLE I'm accessing the varible declared in the main(jsp) in the included file and assigning values to them in the jsp. Any help on this. Tha
More>>
I have dynamic include (in ..for eg. main.jsp)
<%=strbuttonjsp%>" flush="true" />
The strbuttonjsp can evaluate to any other jsp.(instead of if..else condition).
I have a runtime error in my page(in my main.jsp) that says. HTTP ERROR: 503 Service Unavailable
java.lang.IllegalStateException: Request is committed
The console error (generated by the webserver)is. 10:09:58.118 WARN!! java.lang.IllegalStateException: Request is committed
10:09:58.158 WARN!! java.lang.IllegalStateException: SENDING is not EDITABLE
I'm accessing the varible declared in the main(jsp) in the included file and assigning values to them in the jsp.
Any help on this.
Thanks
Sundar.