You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Valentinas Gylys (JIRA)" <de...@myfaces.apache.org> on 2009/05/28 10:12:46 UTC

[jira] Commented: (TRINIDAD-1027) returnFromDialog doesn't work for JSF1.2 when useWindow="false"

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

Valentinas Gylys commented on TRINIDAD-1027:
--------------------------------------------

Any plans on solving it?

> 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.1-core, 1.2.2-core, 1.2.3-core, 1.2.4-core, 1.2.5-core, 1.2.6-core, 1.2.7-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.