Yeah I can confirm that so far JSF 2.0 is depending on WebBeans to enforce a conversation scope. I doubt that it's going to change, although I'd liked to see such scope with a native support in JSF.
~ Simon On Thu, Nov 13, 2008 at 9:45 AM, Cagatay Civici <[EMAIL PROTECTED]>wrote: > There is no flow scope on jsf 2.0 yet, as Matthias said it kinda related to > webbeans. > > > On Thu, Nov 13, 2008 at 2:18 PM, Matthias Wessendorf <[EMAIL PROTECTED]>wrote: > >> On Thu, Nov 13, 2008 at 3:04 PM, Paul Spencer <[EMAIL PROTECTED]> wrote: >> > I am converting an application the opens many windows based on the same >> bean >> > while maintaining a main window for navigation. In addition, each of the >> > windows need to maintain the backing bean across many requests. >> > >> > Is this a good fit for pageFlowScope [1]? >> > >> > Is the pageFlowScope functionality used by many applications? >> >> yes, tons of Oracle ADF based applications >> in combination with ADFc taskflow >> >> > >> > What are the future plans for pageFlowScope? >> >> keep it... ? Not sure what you mean. >> >> > >> > Is their a JSF 2.0 equivalent? >> >> good question. I am not part of the EG, >> but I think that depends on what ever they decide to do w/ >> WebBeans >> >> > >> > Are the other solutions I should look into? >> >> orchestra offers something like that. >> >> > >> > Paul Spencer >> > >> > [1] >> http://myfaces.apache.org/trinidad/devguide/communicatingBetweenPages.html#pageFlowScope >> > >> >> >> >> -- >> Matthias Wessendorf >> >> blog: http://matthiaswessendorf.wordpress.com/ >> sessions: http://www.slideshare.net/mwessendorf >> twitter: http://twitter.com/mwessendorf >> > >

