[
https://issues.apache.org/jira/browse/TRINIDAD-1027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12582154#action_12582154
]
Giedrius Kasparas commented on TRINIDAD-1027:
---------------------------------------------
I couldn't find anything in the documentation about this feature being
deprecated or no longer recommended for use so I assume it is supposed to be
functioning.
We cannot switch our project to trinidad-1.2.x without this feature working
as we are exclusively using this way for dialogs with 1.0.x lib.
> 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.