Questions tagged [spring-webflow]

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.

1302 questions
0
votes
1 answer

how to discard a nested object in Grails web flow

I am using Grails web flow. I have two domain classes ProducutItem and Product. Product Item has a field called product of type Product. I use productItem.product to reference the product. Since I am using web Flow and I dont want to make these…
saurabh
  • 151
  • 2
  • 12
0
votes
1 answer

Spring WebFlow2 fronting with Apache2 SSL produce http urls instead of https

I have Apache2 SSL which is fronting Spring webapp as follows: ProxyPass / http://localhost:8080/ ProxyPassReverse / http://localhost:8080/ All works fine... i mean all links ... are correct, and in general webapp works, so the problem is not a…
Alec
  • 352
  • 1
  • 5
  • 16
0
votes
3 answers

When using Spring Web Flow 1, how do I add an object to a list in a bean?

I have a a web flow where I need to capture data on one of the screens. This data is stored in an object which will be held in a list in the bean. On submitting the page I want to be able to create an object, and add it to the list in the bean. Is…
Craig Angus
  • 22,784
  • 18
  • 55
  • 63
-1
votes
1 answer

Grails: showing error message in web flow

I want to show my domains error message in .gsp but somehow I'm not able to.. In my Controller, class SomethingController { def index(){ redirect(action: "create") } def createFlow = { stepOne { …
CIF
  • 1,754
  • 2
  • 18
  • 30
-1
votes
2 answers
-1
votes
1 answer

Java Spring: Trying to configure webflow by xml, can't find dispatcher-servlet.xml

I am just starting out trying to see what spring flow is about.This book that i have is describing how i have to configure the dispathcer-servlet.xml and create some flows in there. Problem is i cannot find this dispatcher-servlet.xml file in my…
helloApp
  • 449
  • 1
  • 4
  • 21
-1
votes
1 answer

I want to assign Object field eg. greeting.method (which can be post or get ) to Form Method attribute using thymeleaf spring boot

Generally the code is --> Image of code, click here to see the code! I want that method which is hardcoded as "post" need to come from greeting object eg. (greeting.method) How can I achieve that any suggestions?
-1
votes
2 answers

how to disable all submit type in a html on any submit

I have so many HTML pages in my application and we have issues with impatient user submitting the same input multiple times, I want to use JavaScript or JQuery to disable all type=Submit fields or at least disable the submitted field. I am trying to…
Rookie
  • 33
  • 4
-1
votes
1 answer

No navigation between different views

I have two views in my app which are two tabs and i'm trying to add a button on the first tab to open the second tab so i wrote this in my flow.xml but i still have errors when i click in the button. Here's the flow.xml:
-1
votes
1 answer

Multiple values for the update attribute on p:commandButton

I am new in Primefaces, i would like to know if i can use two values for the attribute update on primefaces commandButton component: My code ...
Chicov
  • 19
  • 5
-1
votes
2 answers

Spring upgrade on-start equivalent

I am trying to use Spring Webflow 2.3.2. I have a legacy web flow similar to:
Neel
  • 2,100
  • 5
  • 24
  • 47
-1
votes
1 answer

How Configure AngularJs with spring MVC and Spring Web Flow

At present im new developper with angularJs, please can anyone explain me by example how to configure AngularJs with Spring MVC and Web Flow ? (web.xml and pom.xml) Thank you for advance !!
midoDev
  • 97
  • 1
  • 2
  • 7
-1
votes
1 answer

Spring Web Flow on Spring MVC

SETUP At present I have a controller heavy spring MVC application. Its components are heavily guarded with spring security. Most of the datamodel fetching, form binding etc... is done within controllers. I however see great value addition in using…
Ace
  • 1,501
  • 4
  • 30
  • 49
-1
votes
1 answer

how to using Fileupload in my application j2ee with spring

anyone can help me? I'm developing a J2EE application Hibernate, Spring and Spring webflow security and I want to load the file and read? p how i can use ???
-1
votes
1 answer

Spring Web Flow - Failed to load class "org.slf4j.impl.StaticLoggerBinder"

I am getting this error: Failed to load class org.slf4j.impl.StaticLoggerBinder in spring web flow application implementation.
1 2 3
86
87