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

Reply via email to