Questions tagged [faces-flow]

JSF Faces Flow as defined since JSF 2.2.

More information about JSF Faces Flows:

31 questions
1
vote
1 answer

Loading inboundParameters in Faces Flow after initializing method

I have defined a flow: /views/locking/locking.xhtml
T.G
  • 1,913
  • 1
  • 16
  • 29
1
vote
1 answer

Flow depending on external parameter?

I'm building a simple POC to experiment with Faces Flow. page 1: displays a list of companies. The user selects company A then goes to page 2. page 2: on the selected company page, the user clicks a commandLink to start a wizard to create a new…
thomas.g
  • 3,894
  • 3
  • 29
  • 36
0
votes
0 answers

JSF Faces Flow: reset flow when entering same flow again

My Faces Flow has several nodes and it starts when a user enters the first node and finishes after the exit node is called. So far so good... In my application a user has, at any point in the flow, the chance to navigate to another page via a…
0
votes
1 answer

JSF faces flow throws the error "Flow already exists"

My environment: JSF 2.3, Mojarra 2.3.9.payara-p2 PrimeFaces 7.0 Payara 5.192 OmniFaces 3.3 Project Java EE 8 Maven NetBeans 11.1 I have created a Faces flow: folder "flotTransfer" containing only 2 files (for the moment) flotTransfert-flow.xml and…
user1643352
  • 2,635
  • 2
  • 19
  • 25
0
votes
1 answer

Can't return from Flow

I created a simple flow in JSF but I can't exit at the 2. page or 3. page. I use @FlowDefinition to specify start page and end/return page. Error message: Unable to find matching navigation case with from-view-id '/flowname/step3.xhtml' for action…
0
votes
1 answer

WELD-001303: No active contexts for scope type javax.faces.flow.FlowScoped

Just started doing my first steps with FacesFlow with Glassfish 4.1 (i.e. using Mojarra) and when invoking my flow I get an error named [SEVERE] [] [javax.enterprise.resource.webcontainer.jsf.application] ... Error Rendering…
TomFree
  • 1,091
  • 3
  • 17
  • 31
0
votes
1 answer

JSF 2.0 Faces Flow support in eclipse

Does anyone know if the Faces Flow feature of JSF 2.0 is supported in Eclipse or in IntelliJ? I'm searching for some plugin to get autocompletion for EL-expressions (i.e. Beans, sessionScope-, flowScope-variables) and Tags in faces-config xml-files…
PLahm21
  • 97
  • 2
  • 6
0
votes
0 answers

java.lang.NoSuchFieldError: FLOW at com.sun.faces.flow.FlowDiscoveryCDIExtension.

I began to learn JBoss today and i'm having some problems. When I run the project, gave this error: I am using JBoss, Primefaces and JSF. IDE: Eclipse 16:38:39,268 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting…
0
votes
1 answer

how to use jsf flows using flowHandler

Hi i would go through steps of flow in backing bean using a method: transition(FacesContext context, Flow sourceFlow, Flow targetFlow, FlowCallNode outboundCallNode, String toViewId); of javax.faces.flow.FlowHandler or some other way for…
Michał Ziembiński
  • 1,124
  • 2
  • 10
  • 31
0
votes
0 answers

How to enter or go to the next page in JSF flow

In normal way to enter to flow or go from some page to next page in flow we use or But how is it possible to enter to flow or go to the next page in flow (if we currently are in flow) from backing bean? I try…
Michał Ziembiński
  • 1,124
  • 2
  • 10
  • 31
0
votes
1 answer

Target Unreachable, identifier 'flowScope' resolved to null

I'm exploring the Faces Flow feature in JSF 2.2 and I'm getting the following error Target Unreachable, identifier 'flowScope' resolved to null when I run the tutorial in this page: http://www.mastertheboss.com/javaee/jsf/faces-flow-tutorial The…
CIOC
  • 1,385
  • 3
  • 19
  • 48
0
votes
1 answer

How to pass parameter to faces flow

I try to pass a parameter (or even an object) to a faces flow. But all articles I found, they are passing parameters from one flow to another. I want to pass the parameter from a simple request which is starting the flow. How can I achieve this?…
budha
  • 321
  • 1
  • 2
  • 11
0
votes
1 answer

How to place a JSF flow in a subfolder?

I'm introducing a JSF Faces flow into my application. This works, following the oracle documentation. But, only in the root folder. Is it possible to place the JSF flow folder in a sub folder, else that root? I can't get this working. That's all…
Dimitri Dewaele
  • 10,311
  • 21
  • 80
  • 127
0
votes
2 answers

JSF FlowFaces Unable to find matching navigation case from view ID 'CURRENT_PAGE' for outcome ''

I have created a JSF Flow. My definition is as follows: #{registrationBean.initializeFlow} personalDetails
0
votes
3 answers

Combine Faces Flow feature with Ajax

Is it possible to combine the new JSF 2.2 Faces Flow feature with Ajax? Use case: There is a wizard embedded in a panel on a page. As the user steps through the wizard, only the panel shall be updated, not the entire page.
Harald Wellmann
  • 12,615
  • 4
  • 41
  • 63