Questions tagged [spring-webflow-2]

Spring Webflow is a web-app framework which helps to define the page navigation rules in a intuitive, and reusable way.

Spring Web Flow is a Spring MVC extension that allows implementing the "flows" of a web application. A flow encapsulates a sequence of steps that guide a user through the execution of some business task. It spans multiple HTTP requests, has state, deals with transactional data, is reusable, and may be dynamic and long-running in nature.

296 questions
0
votes
1 answer

using Grails 2 Web Flow plugin for a shared nothing architecture

I am using grails 2.2 for a large, non trivial web application, with “shared nothing” approach. I find Grails plugin -> grails Web flows very useful , however I cannot store the conversation state in the user session. Is there a way to store this in…
0
votes
2 answers

prevent multiple submit in spring webflow

we are using webflow as we have multiple forms to fill before submitting . On final page when user submit all database transaction happens . So i want user to prevent from multiple submit . Is there a way where webflow itself graceful handles this .…
0
votes
1 answer

Spring webflow unit test with spring security on

I'm trying to test a webflow controller with spring security on: ... I'm using AbstractXmlFlowExecutionTests subclass. Now, the test runs ok without the "secured"…
Igor Deruga
  • 1,504
  • 1
  • 10
  • 18
0
votes
1 answer

Spring webflow redirect not working for Portlets

I have to implement inter-portlet communication functionality. The functionality is as below: 1) user clicks on "save as" link on "createStep1.jsp". 2) the below mentioned webflow saveDraftStep1 is called, the draft is saved in the database. 3) user…
Dhaval
  • 13
  • 1
  • 3
0
votes
1 answer

Can't populate the right side of RichFaces 4 pickList backed by Spring Webflow managed Beans

I am in the middle of a migration from Richfaces 3.3.3 to Richfaces 4.3.0, which called for a JSF upgrade from 1.2 to 2.1. We are also using Spring Webflow 2.3.2 (upgraded from 2.1.1) for conversation definition. All beans are managed by Spring (no…
Martin
  • 1
  • 2
0
votes
1 answer

Spring Web Flow 2 end state

I have a simple question. I am working out a simple application with few tabs. Application uses few external services to query for data and displays it for better data mining experience. Also I decided to incorporate Spring Web-Flow mainly to do…
Xeperis
  • 1,449
  • 2
  • 25
  • 41
0
votes
1 answer

Can Thymeleaf access the Spring servletContext?

I wonder if anyone can help. We are in the process of converting a Spring Webflow 2 application from using a jsp based view layer, to a Thymeleaf based view. For this most part this is OK, but now I'm struggling to get Thymeleaf to access an object…
Nathan Russell
  • 3,428
  • 5
  • 30
  • 51
0
votes
1 answer

transit to next page from casGenericSuccess page using link in jasing cas single sign on

I want to navigate to my added jsp page from casGenericSuccess.jsp but I am not able to transit to next page using hyperlink. What i did is: changes in login-webflow.xml
Jayesh
  • 6,047
  • 13
  • 49
  • 81
0
votes
1 answer

Spring webflow: How to configure Multiple Flow Executors

I am trying to configure multiple flow executors for my project as I need one set of flows with 'always-redirect-on-pause' attribute as false and another as true. I have tried searching, skimming Spring Docs but been unable to come up with this…
Shahzad
  • 508
  • 7
  • 16
0
votes
1 answer

Primefaces RowEditor does not work with Spring Webflow

I have Primefaces DataTable with in-cell editing:
rootkit
  • 2,165
  • 2
  • 29
  • 43
0
votes
1 answer

Spring webflow loses values on same page

I'm new to Spring Webflow, and I'm trying to create a flow where it either saves the model and then moves to the next page, or saves the model and stays on the same page. Moving onto the next page is no problem and validation works, model updates…
enkor
  • 7,527
  • 3
  • 31
  • 55
0
votes
1 answer

requestcontextholder concurrent access

I am using below code in my spring webflow application running on weblogic server. RequestContextHolder.getRequestContext() .getExternalContext().getNativeRequest()).getSession() I know that RequestContextHolder uses ThreadLocal to…
Vinayak
  • 96
  • 7
0
votes
1 answer

How to validate collection in a spring webflow?

I am using Spring WebFlow I need to check if i have at least 15 collections of type Practices, if not I can't transite to the next flow. my register-flow:
grteibo
  • 607
  • 3
  • 11
  • 20
0
votes
1 answer

Webflow - show different views depending on model data

I am building a webflow app that comprises about 10 screens. My flow definition file defines the flows between all of the view-states, where each view-state is represented by a .jsp view file. I would now like to introduce the concept of…
Nathan Russell
  • 3,428
  • 5
  • 30
  • 51
0
votes
1 answer

Primefaces 3.3 Spring Webflow 2.3.1Final Primefaces not defined

I am new to Primefaces and also to SWF. I have setup sauch page:
JTask
  • 1
1 2 3
19
20