aspose file tools
The moose likes JSF and the fly likes Problem with pageFlow scope in JSF Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Problem with pageFlow scope in JSF" Watch "Problem with pageFlow scope in JSF" New topic
Author

Problem with pageFlow scope in JSF

Luis Felipe Bacca Arango
Greenhorn

Joined: May 26, 2003
Posts: 27
Hi Guys,

I saw in a blog that a pageFlow scope is supported by adf faces.

http://www.orablogs.com/jjacobi/archives/000481.html

Also in that blog there is a note :

Note: "pageFlowScope" is supported for all JSF components, not just ADF Faces components.

How could i implement this kind of scope within jsf components ?

Regards,
Luis Felipe Bacca Arango.
[ April 26, 2006: Message edited by: Luis Felipe Bacca Arango ]

Luis Felipe.<br /> <br />SCJP, SCWCD.
Adeel Ansari
Ranch Hand

Joined: Aug 15, 2004
Posts: 2874
Originally posted by Luis Felipe Bacca Arango:
How could i implement this kind of scope within jsf components ?


Its shown in your given link that How to implement pageFlowScope. All you need is an ADF reference implementation. You can't do it with myFaces or Sun RI because they are not supporting it right now.
Adeel Ansari
Ranch Hand

Joined: Aug 15, 2004
Posts: 2874
If you dont already know:
ADF Faces refers to an open source code donation contributed by Oracle. ADF Faces was donated to the Apache Software Foundation and now is a part of Apache myFaces community.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Problem with pageFlow scope in JSF
 
Similar Threads
My StartElement method doesn�t work
Oracle 10G
[ANN] Oracle ADF Faces - A rich set of JSF components
Next step in my learning path
need a --Select One-- entry in JComboBox