Tagged Questions

2
votes
2answers
506 views

How to use multiple ViewResolvers in Spring?

I am working on a web app where I have most of my pages making use of apache tiles (2.1.2), but a few of them need to just be plain jsps. I am having a problem in that both an …
1
vote
1answer
357 views

Spring Web Flow - How can I set up unit test with values already in conversationScope?

I am working on a project using Spring Web Flow 2.0. I am trying to unit test a flow that begins with a decision state. The decision state checks the value of an object that is on the …
0
votes
0answers
37 views

Spring Webflow Best Practice

Hi. I have a java web application which uses spring webflow as framework. I have a problem with processing data on a plain flow xml. When the processing gets more complicated I find it hard to …
0
votes
0answers
13 views

How do i display non-validation errors in jsp with spring webflow

Hi, How do i display non-validation errors in jsp with spring webflow. Something equivalent to struts ActionErrors/ Thx
0
votes
1answer
26 views

Cannot get bean from flowScope

Hi all, I have a problem with my bean saved in flowScope, it doesn't recognize it-i receive null in my service class function, what could be the problem? And I ask this because with other beans it …
0
votes
1answer
81 views

Spring Web Flow Set Form Input Value

Hi.... I am having a problem assigning default value to my Spring Form input field.. here's my code <form:form method="post" modelAttribute="employeeDirectoryInfo"> <form:input …
0
votes
0answers
22 views

AOP with AbstractAction execute method

I was attempting to set up an aspect on one of the classes extending AbstractAction (SWF - package org.springframework.webflow.action) on the public final method execute. The execute is the only …
0
votes
1answer
151 views

Question regarding Spring Webflow 2.0 from a newbie …

Hello, I'm new to the Spring MVC Framework and Webflow, and ofcourse, I've been thrown on a project involving these technologies. I'm having a problem that I can't get answered on the Spring website …
0
votes
3answers
194 views

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 …
0
votes
2answers
185 views

Do you think the Spring WebFlow Flow Definition format would be suitable for externalising a Web Flow for a non Spring framework?

I like the idea of Spring WebFlow - particularly the way the flow definitiion abstracts the higher level web flow from components in the Spring Bean Container. The Flow definition format seems to …