You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Erlend Leganger (JIRA)" <ji...@apache.org> on 2007/08/07 08:39:59 UTC

[jira] Created: (CXF-889) Errors in samples/restful_http_binding/test.html

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.


[jira] Resolved: (CXF-889) Errors in samples/restful_http_binding/test.html

Posted by "Jervis Liu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jervis Liu resolved CXF-889.
----------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.3

> 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
>            Assignee: Jervis Liu
>            Priority: Minor
>             Fix For: 2.0.3
>
>
> 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.


[jira] Closed: (CXF-889) Errors in samples/restful_http_binding/test.html

Posted by "Jervis Liu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jervis Liu closed CXF-889.
--------------------------


> 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
>            Assignee: Jervis Liu
>            Priority: Minor
>             Fix For: 2.0.3
>
>
> 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.


[jira] Assigned: (CXF-889) Errors in samples/restful_http_binding/test.html

Posted by "Jervis Liu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jervis Liu reassigned CXF-889:
------------------------------

    Assignee: Jervis Liu

> 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
>            Assignee: Jervis Liu
>            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.