[gatein-issues] [JBoss JIRA] (GTNPORTAL-1053) Add a complete Ajax call function in JS library (current AjaxGet() function cannot be use for simple XHR calls)

Boleslaw Dawidowicz (JIRA) jira-events at lists.jboss.org
Fri Jul 27 09:30:07 EDT 2012


     [ https://issues.jboss.org/browse/GTNPORTAL-1053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Boleslaw Dawidowicz closed GTNPORTAL-1053.
------------------------------------------

    Fix Version/s:     (was: 3.4.0.Final)
       Resolution: Out of Date


Should be verified in gatein master and reopened if necessary. 
                
> Add a complete Ajax call function in JS library (current AjaxGet() function cannot be use for simple XHR calls)
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: GTNPORTAL-1053
>                 URL: https://issues.jboss.org/browse/GTNPORTAL-1053
>             Project: GateIn Portal
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: WebUI
>    Affects Versions: 3.0.0-GA
>            Reporter: Tugdual Grall
>              Labels: sprint_54
>   Original Estimate: 6 hours
>  Remaining Estimate: 6 hours
>
> we need a set of JS function in eXo JS to do Ajax calls for internal developers so they can manipulate response content and status. 
> It looks like the ajaxGet() [and other related methods], are only made to manipulate the DOM and force the "waiting screen".
> The idea will be to have something as simple as:
>         exoAjax.post(	URL,   { paramName : 'paramValue',paramName : 'paramValue' },
>         function (response) {
>              //  XHR response goes here
>             // any callback
>         }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the gatein-issues mailing list