[ 
https://issues.apache.org/jira/browse/EXTCDI-126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gerhard Petracek resolved EXTCDI-126.
-------------------------------------

    Resolution: Won't Fix

since it isn't the default window-handler and there are other alternatives, 
there is currently no plan to provide a workaround

> 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
>            Assignee: Mark Struberg
>         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.
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to