Hi all,
I have a servlet where i am forming this xml string and passing it back to the JSP.
The servlet code:
When I access this response from the JSP, it is adding the JSP code from the CreateShipment.jsp page to ehich i am forwarding the respose to in the response body along with the xml string.
I cant commit the response in the servlet coz i am writing to the writer. That gives me an IllegalStateException. What is it that i am missing here?
Thanks in advance.
harmeet
[BSouther: Added
UBB CODE tags]
[ January 05, 2007: Message edited by: Ben Souther ]