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

Daniel Charczynski commented on TRINIDAD-2260:
----------------------------------------------

It looks like the problem still exists
When closing popup following error is thrown

Error: jsf.ajax.request: source not set
throw new Error("jsf.ajax.request: source not set");



                
> tr:inputListOfValues - no ReturnEvent is fired when using facelets
> ------------------------------------------------------------------
>
>                 Key: TRINIDAD-2260
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2260
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Facelets
>    Affects Versions: 2.0.1-core
>         Environment: mojarra 2.0.9
>            Reporter: Daniel Charczynski
>            Priority: Critical
>             Fix For: 2.0.2-core
>
>         Attachments: error.png
>
>
> no ReturnEvent is fired when using facelets
> 1. configure launchDialog.xhtml from trinidad-examples as described in 
> TRINIDAD-2259 issue
> 2. add 
> <tr:inputListOfValues  action="#{launchDialog.doLaunch}"  
>                               windowWidth="600" windowHeight="400" 
> returnListener="#{launchDialog.returned}"
>                                                                               
>                  />
> 3. go to http://localhost:8080/trinidad-demo/faces/demos/launchDialog.xhtml 
> 4. click on tr:inputListOfValues  icon component - when you close popup 
> window ReturnEvent should be fired but it isn't

--
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