Does JSF 2.2 support window scope ?

2014-02-19 Thread Stephen More
When using JSF 2.1 in order to utilze window scope ( like a session per window ) I was required to utilize CODI. I now see that JSF 2.2 has some support for ClientWindow. Can I stop using CODI and utilize the built in features in 2.2 for session per window or I should I migrate to DeltaSpike for

Re: Does JSF 2.2 support window scope ?

2014-02-19 Thread Thomas Andraschko
JSF only provies the ClientWindow because it's used by the faces flow. I would migrate to DeltaSpike. 2014-02-19 16:48 GMT+01:00 Stephen More stephen.m...@gmail.com: When using JSF 2.1 in order to utilze window scope ( like a session per window ) I was required to utilize CODI. I now see that

Re: @FlowScoped, @Named and @ManagedBean

2014-02-19 Thread Leonardo Uribe
Hi I forgot to say what's wrong in the xml file is define the start node. I have created and fixed this issue on: https://issues.apache.org/jira/browse/MYFACES-3858 regards, Leonardo Uribe 2014-02-13 13:12 GMT-05:00 l.pe...@senat.fr l.pe...@senat.fr: On 13/02/2014 19:01, Leonardo Uribe

Re: @FlowScoped, @Named and @ManagedBean

2014-02-19 Thread Leonardo Uribe
Hi I also did some changes in the navigation to deal with the case when the nodeId has the same name as the flow in: https://issues.apache.org/jira/browse/MYFACES-3859 Please note in a normal case click to enter into a flow twice (enter into a flow, navigate and try to enter into the same flow