hi ludovic, once you enable the window-handling for jsf 2.2+, deltaspike v0.6+ will use it automatically.
regards, gerhard http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2014-02-12 10:37 GMT+01:00 [email protected] <[email protected]>: > On 12/02/2014 10:22, Gerhard Petracek wrote: > >> hi ludovic, >> >> @ProjectStageActivated is called @Exclude in deltaspike and you can just >> drop @Advanced. >> > > ok, thank you. > > I still had the same situation with deltaspike (0.5 + your > os890-cdi-ext-jsf2-module-api and os890-cdi-ext-jsf2-module-impl or > 0.6-SNAPSHOT). > > So, I digged the clientwindow topic... I read in > https://weblogs.java.net/blog/edburns/archive/2013/10/07/ > jsf-22-clientwindow-links-and-open-new-tab > > that > > « Because the Faces Flows feature entirely depends on|ClientWindow|, > the usage of Faces Flows will automatically enable|ClientWindow|if it is > not enabled already» > > However, it is not in my case. > > So I explicitly enabled this with adding > > <context-param> > <param-name>javax.faces.CLIENT_WINDOW_MODE</param-name> > <param-value>url</param-value> > </context-param> > > in web.xml. > > > It there some other required config that I should check ? > > Thanks in avdance, > > > Ludovic > > | > | AVANT D'IMPRIMER, PENSEZ A L'ENVIRONNEMENT. > | >

