You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Pavel Zorin (JIRA)" <de...@myfaces.apache.org> on 2013/02/10 19:25:13 UTC

[jira] [Commented] (TRINIDAD-2216) The partialSubmit does not work with JSF 2 RI

    [ https://issues.apache.org/jira/browse/TRINIDAD-2216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13575478#comment-13575478 ] 

Pavel Zorin commented on TRINIDAD-2216:
---------------------------------------

Still cannot trigger tr:showDetail without explicitly defined id and without applied TRINIDAD-2216-2259-2302.patch (with  if(COMPONENT_FAMILIES_SHOULD_RENDER_ID.contains(family))  check)
                
> The partialSubmit does not work with JSF 2 RI
> ---------------------------------------------
>
>                 Key: TRINIDAD-2216
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2216
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 2.0.0-core
>         Environment: Mojarra 2.1.6 (SNAPSHOT 20111206)
> Glassfish 3.1.1
> Trinidad 2.0.0
>            Reporter: Tomas Havelka
>             Fix For: 2.1.0-core
>
>         Attachments: TRINIDAD-2216-2259-2302.patch, TRINIDAD-2216.patch
>
>
> 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");
> } 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira