Details
Description
final api for both jsf and jsp will be ice.mobi.AjaxRequest. since this is visible to developers in jsp, should be done quickly so change to api is not noticeable.
Tags affected-> commandButton, commandButtonGroup, panelConfirmation, menuButton, submitNotification.
Tags affected-> commandButton, commandButtonGroup, panelConfirmation, menuButton, submitNotification.
Activity
Judy Guglielmin
created issue -
Judy Guglielmin
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 1.3 Final [ 10873 ] |
Judy Guglielmin
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
ice.mobi.userAjaxRequest(....
with the following:-
{ ice.mobi.userAjaxRequest(options); }ice.mobi.ajaxRequest(options){
if( typeof ice.mobi.userAjaxRequest === "function")
else
{ //full submit }....
if user does not define ice.mobi.userAjaxRequest, then ice.mobi.ajaxRequest(options) will just do a form submit on the form found for the element.
So hidden api uses ice.mobi.ajaxRequest (like jsf will in 1.4) and the user defines ice.mobi.userAjaxRequest(options).