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

ICEFaces 3.1: NullPointerException raised while re-rendering a view

I'm facing a problem with ICEFaces. It seems like it's unable to properly refresh a view. I'll provide you with the view, the flow, the bean and the details of the strange behaviour I found thanks to some debugging sessions. Basically, I'm…
iccuta
  • 165
  • 1
  • 13
0
votes
1 answer

Unexpected survival of a @ViewScoped bean

I'm developing a view which consists of an object creation form and the existing object list, creablocco.xhtml:
iccuta
  • 165
  • 1
  • 13
0
votes
1 answer

Field Validate in Spring Web Flow

Field Validate in Spring Web Flow I am trying to do my field validate inside the controller of my Spring Web Flow. I have the following code inside my code and it works great if I have a error but if I dont have a error what do I return? Am I doing…
Johnathan Smith
  • 1,112
  • 2
  • 17
  • 34
0
votes
1 answer

Looking sorted order for Springs dropdown back

I am losting soft order of my list as I convert to Map.. How else can I do this... Spring needs my list as a Map for my dropbox Map selectableReporters = new HashMap(); List lstReports =…
Johnathan Smith
  • 1,112
  • 2
  • 17
  • 34
0
votes
1 answer

How to handle form.submit() in JavaScript with Spring WebFlow

How to handle form.submit() in JavaScript with Spring WebFlow I am know to web flow and the project I am working on it using javascript to check all the fields before submitting data to the server. Example:
Johnathan Smith
  • 1,112
  • 2
  • 17
  • 34
0
votes
1 answer

I cant get hibernate working in my Spring Web Flow project

I can't get hibernate working in my Spring Web Flow project. I keep getting sessionFactory working. Can someone please tell me why this is giving me a error Here is my list of files in my…
Johnathan Smith
  • 1,112
  • 2
  • 17
  • 34
0
votes
1 answer

Can't get hibernate to work in Spring web flow project

I am trying to use hibernate in a Spring Web Flow Porject but I am getting the following error. I been looking at this and dont know why I am getting the error Here is my database.xml file:
Johnathan Smith
  • 1,112
  • 2
  • 17
  • 34
0
votes
1 answer

Error trying to fill dropdown with Spring WebFlow?

I am trying to make a page that will display a dropdown but once I add the dropdown code my system does not work. I been trying to get this working for sometime now. can someone please help me out and tell me what I am getting the error Here is my…
Johnathan Smith
  • 1,112
  • 2
  • 17
  • 34
0
votes
1 answer

How do I get the event that took me to state in Spring Web Flow?

Suppose that I have a view-state targeted by many states. So many of them will have transitions with destination this state. For some of them, I want to display certain data on the page. So suppose if from state A->B then don't display, if C->B…
gotch4
  • 13,093
  • 29
  • 107
  • 170
0
votes
1 answer

Need to have two non-related tables in single jsp page, populate the fields with default values and one submit button

I have a Jsp page, In which if a checkbox is selected div tag will be shown. Jsp page has a form with modelattribute and div tag has another form with a different modelattribute. I need to populate the fields of Div tag form with default values…
user1480277
0
votes
1 answer

unable to run a Grails integration test for webFlow 2.0.0

I am using Grails 2.0.3 and webFlow 2.0.0. I have a WebFlow definition in my controller that is working fine but I want to still add integration tests to facilitate future maintenance. I am getting the following exception in my test whenever the…
vanvasquez
  • 939
  • 1
  • 10
  • 18
0
votes
1 answer

webflow2 is not finding my java code (controller)

I am trying to work a webflow project but I keep getting the following error that it cant find my controller? Here is my flow code:
Johnathan Smith
  • 1,112
  • 2
  • 17
  • 34
0
votes
1 answer

Spring WebFlow2.. action-state?

I am using Spring WebFlow2 and I would like to use a action-state to call my controller and check some server side code and then do something base on the return code.. Should I be using a action-state? Here is my flowcode:
Johnathan Smith
  • 1,112
  • 2
  • 17
  • 34
0
votes
0 answers

Primefaces schedule events not showing

Project uses Spring Webflow and JSF (PrimeFaces). I have a schedule component. I use the sample code in the showcase. The schedule component is displayed on the page but the events are not displayed. Front-end code:
Raistlin
  • 407
  • 1
  • 8
  • 19
0
votes
1 answer

Spring webflow - Can't define global-transitions

I can't seem to define any global transitions in flow definition file. As soon as I define a global-transition, I am getting exceptions. Here is the flow definition my-flow.xml
RKodakandla
  • 3,318
  • 13
  • 59
  • 79