Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.0-core
-
None
-
Mojarra 2.1.6 (SNAPSHOT 20111206)
Glassfish 3.1.1
Trinidad 2.0.0
Description
Trinidad's partialSubmit does not work because the source parameter passed in the jsf.ajax.request call is null. See XMLRequest.js on the line 358. The source is part of the payload but is not assigned to the source parameter itself. It causes the RI implementation of jsf.ajax.request throws an error because of this code in it:
if (typeof source === 'undefined' || source === null) {
throw new Error("jsf.ajax.request: source not set");
}
Attachments
Attachments
Issue Links
- duplicates
-
TRINIDAD-2259 Serious problem with Facelets - launchDialog.xhtml from examples doesn't work as facelet - problem with partialSubmit=true
- Resolved
-
TRINIDAD-2302 source component of ajax request is rendered without id (causing javascript errors)
- Closed
- is cloned by
-
TRINIDAD-2259 Serious problem with Facelets - launchDialog.xhtml from examples doesn't work as facelet - problem with partialSubmit=true
- Resolved