jsp client keeps appending the result and displays it.
Posted
by Deepak Konidena
on Stack Overflow
See other posts from Stack Overflow
or by Deepak Konidena
Published on 2010-03-14T01:06:16Z
Indexed on
2010/03/14
1:15 UTC
Read the original article
Hit count: 382
jsp
Hi,
I have this jsp client that consumes a webservice. The problem with the client is whenever it calls the webservice and retrieves the result, it appends the result to the previous call's result and displays it. But, if i redeploy the war file, the result appears fine. (only for the first time though)
Thanks, Deepak.
© Stack Overflow or respective owner