Commit aecbf938 authored by caluka's avatar caluka

Finish button time validation call


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98341 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 89861b78
......@@ -56,7 +56,7 @@ response.setDateHeader ("Expires", 0); //prevents caching at the proxy server
System.out.println("valueXmlString>>>>>>"+valueXmlString.toString());
out.print(valueXmlString.toString());
}
else
else if(msg.indexOf("Failed") > -1)
{
String finalResult ="FAILED";
StringBuffer valueXmlString = new StringBuffer("<Root><error>");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment