You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Matthias Weßendorf (JIRA)" <de...@myfaces.apache.org> on 2011/01/18 12:15:45 UTC

[jira] Commented: (EXTCDI-126) Enabling ClientSideWindowHandler does not work with PrettyFaces (3.2.0)

    [ https://issues.apache.org/jira/browse/EXTCDI-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12983145#action_12983145 ] 

Matthias Weßendorf commented on EXTCDI-126:
-------------------------------------------

Another observation:

I do have a redirect "faces/start.xhml", when placing the browser to http://localhost:9090;
For that I do have a pretty URL configuration.

With the ModuleConfigForClientSideWindowHandler bean in my project, it redirects to "faces/start...."
Removing that bean, the redirect goes directly to the /start "rules" (see pretty-config.xml)


> 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.