Errors in samples/restful_http_binding/test.html
------------------------------------------------
Key: CXF-889
URL: https://issues.apache.org/jira/browse/CXF-889
Project: CXF
Issue Type: Bug
Components: Samples
Affects Versions: 2.0
Environment: Windows XP, jdk1.5.0_12, Internet Explorer 6, Opera 9,
Firefox 2.0.0.6
Reporter: Erlend Leganger
Priority: Minor
When running the example, you can open http://localhost:8080/test.html in a
browser to demonstrate the use of JavaScript as a web service client.
This works fine in Firefox, while it fails in Internet Explorer and Opera -
both browsers show some of the table definition HTML as if it were displayable
text. The main reason is a missing quotation mark in the id part of the table
defintion, which reads:
<table style="border: 1px black solid;" cellspacing="5" id="customertable>
After adding this quoation mark and rerunning the example, test.html looks good
in all three browsers. However, when clicking the Get Customers! button, the
table below the button is populated correctly in Firefox and Opera, while
nothing happens in IE. The reason for this error is unknown.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.