returnFromDialog doesn't work for JSF1.2 when useWindow="false"
---------------------------------------------------------------

                 Key: TRINIDAD-1027
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1027
             Project: MyFaces Trinidad
          Issue Type: Bug
    Affects Versions: 1.2.7-core, 1.2.6-core, 1.2.5-core, 1.2.4-core, 
1.2.3-core, 1.2.2-core, 1.2.1-core
            Reporter: Giedrius Kasparas
            Priority: Blocker


This can be reproduced in demo application:
change useWindow from "true" to "false" in 
trinidad-demo-1.2.7/demos/launchDialog.jspx

                 <tr:commandButton text="..." action="dialog:chooseInteger"
                                  windowWidth="300" windowHeight="150"
                                  useWindow="false"
                                  
returnListener="#{launchDialog.tableReturned}"/>

After such change neither 'Submit' nor 'Cancel' button in chooseInteger.jspx 
page return back to launchDialog.jspx page.

I've tried and it doesn't return to opening page in every trinidad-demo-1.2.x 
release
but it works as expected in every trinidad-demo-1.0.x release. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to