[
https://issues.apache.org/jira/browse/EXTCDI-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12988217#action_12988217
]
Gerhard Petracek commented on EXTCDI-126:
-----------------------------------------
imo jsf2.?+ should provide a window-id feature to guarantee the compatibility
across frameworks.
> Enabling ClientSideWindowHandler does not work with PrettyFaces (3.2.0)
> -----------------------------------------------------------------------
>
> Key: EXTCDI-126
> URL: https://issues.apache.org/jira/browse/EXTCDI-126
> Project: MyFaces CODI
> Issue Type: Bug
> Affects Versions: 0.9.2
> Reporter: Matthias Weßendorf
> Attachments: EXTCDI-126.zip
>
>
> I have a project, where I enabled the ClientSideWindowHandler (in beans.xml).
> I also added a configuration bean in there:
> @ApplicationScoped
> @Specializes
> public class ModuleConfigForClientSideWindowHandler extends JsfModuleConfig
> {
> private static final long serialVersionUID = 1L;
> public boolean isInitialRedirectEnabled()
> {
> return false;
> }
> }
> When I am starting up my application and I click on a "pretty" URL (e.g.
> /all) the application hangs
> commenting out the ClientSideWindowHandler in the beans.xml makes the
> application working
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.