You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-dev@incubator.apache.org by "Matt Carbone (JIRA)" <xa...@incubator.apache.org> on 2006/12/09 15:14:20 UTC

[jira] Created: (XAP-208) Doc Bug: RequestService.retrieve() lists return type as String

Doc Bug: RequestService.retrieve() lists return type as String
--------------------------------------------------------------

                 Key: XAP-208
                 URL: http://issues.apache.org/jira/browse/XAP-208
             Project: XAP
          Issue Type: Bug
          Components: Documentation
            Reporter: Matt Carbone
            Priority: Critical


this should be switched to responseText

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (XAP-208) Doc Bug: RequestService.retrieve() lists return type as String

Posted by "Trevor Oldak (JIRA)" <xa...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/XAP-208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Trevor Oldak closed XAP-208.
----------------------------


> Doc Bug: RequestService.retrieve() lists return type as String
> --------------------------------------------------------------
>
>                 Key: XAP-208
>                 URL: https://issues.apache.org/jira/browse/XAP-208
>             Project: XAP
>          Issue Type: Bug
>          Components: Documentation
>            Reporter: Matt Carbone
>         Assigned To: Turyn, Michael
>            Priority: Critical
>
> this should be switched to responseText

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (XAP-208) Doc Bug: RequestService.retrieve() lists return type as String

Posted by "Trevor Oldak (JIRA)" <xa...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/XAP-208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12468370 ] 

Trevor Oldak commented on XAP-208:
----------------------------------

Test file for this bug:


testRequestService.js:
rs = function(){}
rs.prototype.test = function(event){
	var session = event.session;
	var rs = new xap.requestservice.RequestService(session);
	var content = rs.retrieve("testRequestService.js");
	alert(content);
}

testRequestService.xal:
<xal xmlns="http://openxal.org/ui" xmlns:xal="http://openxal.org/ui">
    
    
    <mco xmlns="http://openxal.org/core/mco" id="rs" class="rs"
        src="testRequestService.js"/>
    
    <xm:modifications xmlns:xm="http://openxal.org/core/xmodify">
        <xm:append select="/ui">
            <verticalBoxPane>
                <button text="Click me" onCommand="mco:rs.test(event)"/>
            </verticalBoxPane>
        </xm:append>
    </xm:modifications>
</xal>

> Doc Bug: RequestService.retrieve() lists return type as String
> --------------------------------------------------------------
>
>                 Key: XAP-208
>                 URL: https://issues.apache.org/jira/browse/XAP-208
>             Project: XAP
>          Issue Type: Bug
>          Components: Documentation
>            Reporter: Matt Carbone
>         Assigned To: Turyn, Michael
>            Priority: Critical
>
> this should be switched to responseText

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (XAP-208) Doc Bug: RequestService.retrieve() lists return type as String

Posted by "Turyn, Michael (JIRA)" <xa...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/XAP-208?page=all ]

Turyn, Michael resolved XAP-208.
--------------------------------

    Resolution: Fixed
      Assignee: Turyn, Michael

I changed the return type to XMLHttpRequest,  which is what it is, and (I think) mentioned that the text is in the responseText.

> Doc Bug: RequestService.retrieve() lists return type as String
> --------------------------------------------------------------
>
>                 Key: XAP-208
>                 URL: http://issues.apache.org/jira/browse/XAP-208
>             Project: XAP
>          Issue Type: Bug
>          Components: Documentation
>            Reporter: Matt Carbone
>         Assigned To: Turyn, Michael
>            Priority: Critical
>
> this should be switched to responseText

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira