Questions tagged [flow-scope]

The Flow Scope is a manually defined scope which spans multiple views.

The term "Flow Scope" is used in among others the JSF and Spring frameworks. This is particularly useful if you want to share an object across multiple predefined views. The flow scope is usually identified by an unique request parameter.

Related tags:

There exist also "request scope" and "application scope", but there are no tags for that.

34 questions
0
votes
1 answer

Implicit flow-scope object is not recognized in JSF application

I am not sure why but I am using JSF 2.2 (Mojarra 2.2.6 implementation) but the implicit variable flowScope is not being recognized. Here is the error: /protected/pages/certificateWizard/certificateWizard.xhtml @35,67…
unleashed
  • 331
  • 1
  • 5
  • 17
-1
votes
1 answer

Where can I find Java-EE configuration documentation such as faces-config?

I'm new to Java-EE and I'm practicing Flow Scope in JSF. I googled and also looked through Java-EE documentation and couldn't find any description for config tags.Where can I find documentation and description for config tags such as flow's inbound…
hamidreza75
  • 567
  • 6
  • 15
-1
votes
1 answer

FlowScope getNavigationCaseFromFlowStructure null pointer error

I have a project that uses embeeded tomcat, and i am trying to enter a flow from an outside page but error ocurre and i can't figure it out how to solve it. This is my structure: index.xhtml proxy/proxy-flow.xml proxy/proxy.xhtml The error when try…
-1
votes
1 answer

Getting null pointer trying to starting a JSF flow

I have define 2 flows : create-colaborator and view-all as follows:
Rabbit
  • 152
  • 2
  • 11
1 2
3