Tagged Questions

0
votes
1answer
165 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
2answers
35 views

ASP.NET => Spring Web Flow: How do I get up to speed fast?

I'm a long-time web developer who's been focusing on ASP.NET/C# for the past 5 years. For my final Masters in Software Engineering project, my team is working with a local company to build them an …
0
votes
1answer
68 views

Spring webflow validation

Hi, complete and utter newbie on spring webflow (and indeed, spring mvc). 30 minutes in... got the first page of my flow appearing, which happens to be a captcha, an input field and a submit button. …
0
votes
1answer
850 views

How do I redirect to an ftp:// url with Spring Webflow?

I'm trying to use Spring WebFlow to redirect to a computed url to an ftp server, but in the ExternalRedirect code are the following lines: } else if (location.startsWith("http://") || …
0
votes
0answers
3 views

Is there an easy way to validate that a Spring Webflow (1.0.x) has proper outputs in an attribute mapper that occurs in an end state from within an integration test?

I have several integration tests that test the execution of flows for subflows. However, I would like to be able to examine the mapped output attributes of the subflow when it ends. Is there an easy …
0
votes
2answers
94 views

Faces conversion service is not found for converting ‘dataModel’

While creating my first swf application with JSF integration, I get the following error : Unable to load class 'dataModel' when parsing my flow definition on the first request. It appears that the …
0
votes
3answers
83 views

Grails Webflow - keeping things *out* of flow scope

I'm missing something.... I have a Grails webflow that looks like this:- def childFlow = { start { action { def targets = [] Target.list().each …
0
votes
1answer
340 views

Eclipse Webflow IDE

I tried using the Spring IDE plugin (webflow) for Eclipse. It hangs on me. Anytime I Spring-enable a project, and open a flow definition file, Eclipse crawls to a halt. Each operation (read click) …
2
votes
2answers
215 views

grails web flow exception handling

Hi, In my Grails app, I have defined the following (simplified) web flow def registerFlow = { start { action {RegistrationCommand cmd -> try { …
1
vote
1answer
95 views

Inheritance and subflows with Spring WebFlow in grails

Spring WebFlow supports some advanced reuse features like flow inheritance and subflows. Using this features in SWF xml definitions is pretty easy, for example: <flow parent="parent"> …
0
votes
2answers
194 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 …
0
votes
1answer
114 views

Spring MVC and WebFlow param autobinding

Hi all, I've a Spring MVC controller mapped to the url /blah/abc/index that is defined like @RequestMapping(method = RequestMethod.GET) public void index(MyObj myObj, Model model) {...} Now, MyObj …
0
votes
3answers
314 views

In Spring Webflow unit test, how do you assert that a view state has a view of a given name?

I'm developing a Spring webflow, trying to use TDD so I've extended AbstractXmlFlowExecutionTests. I can't see an obvious way to assert what I would have thought would be a simple thing: that a view …
0
votes
1answer
105 views

Is Spring ever going to combine MVC and WebFlow?

I thought I read Juergen Holler somewhere once in the past say that a future goal of Spring was to combine Spring MVC and WebFlow... Is this still the case? At the moment they still seem to be …
0
votes
2answers
641 views

How do I write a custom converter in Spring Web Flow 2?

Hello. I am using Web Flow 2.0.7 with Spring MVC and Hibernate. My problem is about custom converters for my custom types and database connection from within my converter. Let's say I have a type …

1 2 next
15 30 50 per page