[jboss-svn-commits] JBL Code SVN: r5714 - labs/jbossesb/trunk/product/docs/samples/trailblazer/bankloanbrokerdemo/jsp

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Aug 10 13:31:46 EDT 2006


Author: kurt.stam at jboss.com
Date: 2006-08-10 13:31:45 -0400 (Thu, 10 Aug 2006)
New Revision: 5714

Modified:
   labs/jbossesb/trunk/product/docs/samples/trailblazer/bankloanbrokerdemo/jsp/index.jsp
Log:
Adding web client

Modified: labs/jbossesb/trunk/product/docs/samples/trailblazer/bankloanbrokerdemo/jsp/index.jsp
===================================================================
--- labs/jbossesb/trunk/product/docs/samples/trailblazer/bankloanbrokerdemo/jsp/index.jsp	2006-08-10 16:59:10 UTC (rev 5713)
+++ labs/jbossesb/trunk/product/docs/samples/trailblazer/bankloanbrokerdemo/jsp/index.jsp	2006-08-10 17:31:45 UTC (rev 5714)
@@ -58,7 +58,7 @@
 <table width="100%" border="0" cellpadding="10" cellspacing="3">
         <tr><td colspan="2"><br><br><br><br>
         <tr><td colspan="2"><h1>Loan Broker Request Form</h1></td></tr>
-        <% if (errorCount < 6) { %> 
+        <% if (errorCount < formHeader.length) { %> 
         <tr><td colspan="2"><font color="red"><%=errors %></font></td></tr>
         <% } %>
         <% for (int i=0; i<formHeader.length;i++) { %>
@@ -91,7 +91,7 @@
     // Time out after a minute
     binding.setTimeout(60000);
 
-    // Test operation
+    //Setting the values in the request
     org.jboss.soa.esb.samples.loanbroker.web.client.WebCustomer webCustomer = new org.jboss.soa.esb.samples.loanbroker.web.client.WebCustomer();
     webCustomer.setName(formValue[0]);
     webCustomer.setAddress(formValue[1]);




More information about the jboss-svn-commits mailing list