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

Robert Schoch commented on TRINIDAD-2216:
-----------------------------------------

Have tried the Trinidad 2.1.0 Snapshot: 
trinidad-api-2.1.0-20121023.010853-35.jar & 
trinidad-impl-2.1.0-20121023.011048-35.jar with Mojarra 2.1.13 on Tomcat 
7.0.32, but there is currently another problem with the xhtml files: All Action 
Methods and Event Listeners are processed now as Value Expression and not as 
Method Expression.

This causes the following Error:

javax.el.ELException: /launch.xhtml: Property 'dialogLaunchListener' not found 
on type de.ospkdd.sample.DialogController
        at 
com.sun.faces.facelets.compiler.AttributeInstruction.write(AttributeInstruction.java:94)
        at 
com.sun.faces.facelets.compiler.UIInstructions.encodeBegin(UIInstructions.java:82)
        at com.sun.faces.facelets.compiler.UILeaf.encodeAll(UILeaf.java:183)
        at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1782)
        at 
com.sun.faces.application.view.FaceletViewHandlingStrategy.renderView(FaceletViewHandlingStrategy.java:424)
        at 
org.apache.myfaces.trinidad.view.ViewDeclarationLanguageWrapper.renderView(ViewDeclarationLanguageWrapper.java:101)
        at 
com.sun.faces.application.view.MultiViewHandler.renderView(MultiViewHandler.java:124)
        at 
javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:288)
        ...

No such ELException's with an older Snapshot! Have tried the api/impl jar's 
from trinidad-demo-2.1.0-20120531.161633-2.

But the original problem with the not rendered id's and the "jsf.ajax.request: 
source not set" still exist.

                
> 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
>         Attachments: TRINIDAD-2216-2259-2302.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

Reply via email to