Author: jliu
Date: Thu Nov 15 01:45:53 2007
New Revision: 595256
URL: http://svn.apache.org/viewvc?rev=595256&view=rev
Log:
Ok, fixed the java script problem, at least now it works with FireFox.
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/restful_http_binding/test.html
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/restful_http_binding/test.html
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/restful_http_binding/test.html?rev=595256&r1=595255&r2=595256&view=diff
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/restful_http_binding/test.html
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/restful_http_binding/test.html
Thu Nov 15 01:45:53 2007
@@ -58,7 +58,7 @@
}
function addCustomer(c) {
- var t = document.getElementById('customertable');
+ var t = document.getElementById("customertable");
var tr = document.createElement("tr");
var td = document.createElement("td");
@@ -86,7 +86,7 @@
<p>
<h1>Customers</h1>
<!-- Yes, this is using a table because I'm incompotent with HTML! -->
- <table style="border: 1px black solid;" cellspacing="5"
id="customertable">
+ <table id="customertable">
<tr>
<th><strong>ID</strong></th>
<th><strong>Customer Name</strong></th>