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
2 answers

Springframework webflow variable class name not found

I have problem with initialization of spring webflow variables. I have two flows xml's and they looks same, but when opens one of them spring throws this exception. In flows are two kind of variables initialization:
Daggeto
  • 943
  • 1
  • 8
  • 17
0
votes
2 answers

Grails GORM web flow iterating through hasMany references

I'm still relatively new to Grails. I'm developing an online survey. I keep running into issues with webflow that I can't seem to find solutions for on the web. I have a class Survey that has many Topics that has many questions. In my web flow the…
moultonjr
  • 85
  • 4
0
votes
1 answer

More than one form in one view. Spring web flow + displaytag + checkbox

I have a table, using display tag, in my application, that is using spring web flow. I would like to have a check box in each row, a button that allows me to select/uselect all and a button to execute a function. After clicking the button, the…
Blanca Hdez
  • 3,513
  • 19
  • 71
  • 93
0
votes
3 answers

Restarting Spring Web Flow with new model values

I am trying to find a way that if the user restarts the flow the values are not in it. If you look at my flow below you can see that the user enters data, previews it and then saves it.. after the save the user can go back to enter new data into…
Johnathan Smith
  • 1,112
  • 2
  • 17
  • 34
0
votes
2 answers

Grails 2.0.4 webflow "type mismatch" exception

I'm still pretty new to Grails and I'm developing an online survey. I decided to use web flow and I have been running into many issues. I'm trying to pass the survey id from the gsp page to the flow controller. This works perfectly fine on any other…
0
votes
1 answer

Spring Web Flow... how to stop Form Validation on only one transition

Spring Web Flow... how to stop Form Validation on only one transition. How to stop Form Validation on only one transition. With the following code I have form validation turn on and everything is working great but if the user clicks "cancel" I dont…
Johnathan Smith
  • 1,112
  • 2
  • 17
  • 34
0
votes
1 answer

Clear the form in Spring Web flow

Can anyone help me how to clear the data in the form once the data is get saved in the database. add.xhtml

Register a new employee

bharathi
  • 6,019
  • 23
  • 90
  • 152
0
votes
1 answer

Spring Web Flow with GWT

actually I'm using Spring and GWT to build my webapp. I have a lot of forms so I want to find I pretty way handle it. Spring Webflow is a framework, that will support you by creating a lot of forms, but is it compatible with GWT? Can I combine…
0
votes
1 answer

Grails Webflow2.0.0 error

I am using Grails 2.0.0 and I tried to download webflow 2.0.0 but I am getting only webflow 2.0.0-RELEASE as a zip folder or as a jar file.Are both webflow 2.0.0 and webflow 2.0.0-RELEASE the same? I even got grails-webflow-2.0.3 jar file also. I…
user22
  • 33
  • 1
  • 4
0
votes
1 answer

cancel with Spring web flow

I have a form with the values pre populating from database, where in the user can change and save the values. 1) I have a adress text prepopulating it from the database and there is a option to amend uk button and click here button it takes to the…
0
votes
1 answer

Tomcat 6 constantly redirecting URL to old one

I've done a lot of searching and not found anything like this, but I might not be using the right terms. My problem is this: On a Tomcat 6 server, I originally deployed a Spring Webflow app with a context root of fred - to access it people went to…
TrueDub
  • 5,000
  • 1
  • 27
  • 33
0
votes
1 answer

Disable/enable jsp page upon selection of a checkbox

I have a check box in some jsp page...if the check box is selected, abc.jsp will trigger...if it is not selected xyz.jsp should trigger...can anyone help me in achieving this...I want to have code lines in jsp itself... this is what I have in one of…
user1480277
0
votes
1 answer

Evaluate the Selected Datatable row in spring web flow

Anyone know how to pass the selected row values.I need to update the data table when the when the Approve button is pressed. mainpage.xhtml
bharathi
  • 6,019
  • 23
  • 90
  • 152
0
votes
1 answer

One-to-many relationship Hibernate error

Possible Duplicate: Hibernate problem - “Use of @OneToMany or @ManyToMany targeting an unmapped class” I'm having Spring intergrate Hibernate project.But I add one-to-many in project I got error User.java @Entity @Table(name =…
bharathi
  • 6,019
  • 23
  • 90
  • 152
0
votes
2 answers

Spring Web Flow do nothing

I´m using Spring Web Flow but when I click submit button, it does not do anything; no errors, no exception, just redirect to the same page. Here is my code: ConsultarControlOrdenAcunacionFlow.xml: