What is the problem? Am I missing something?
Type: Posts; User: XandFish; Keyword(s):
What is the problem? Am I missing something?
Thanks for your reply Keith.
I'm using 1.0 RC3, maybe I should try 1.0 nightly (but here I don't need to pass input parameters).
Flow redirection works if I use a view state first, but not with...
Hi,
What I would like to do is to have a flow with only one action state and many end states. The action state is a kind of routing state, and each end state redirects to another flow. It works...
Done.
http://opensource.atlassian.com/projects/spring/browse/SWF-153
Maybe the problem is in the PortletFlowController class?
I am currently evaluating Spring Webflow for my company, and this is a feature we absolutely need...
Ok, thanks!
Please keep us informed when this is done ;)
Xand
Hi,
What I would like to do is to pass a parameter to a flow when doing a flow redirection. It works fine when I test it in a servlet environment. Here is the code of my flow A (A-flow):
<flow...
Hi all,
I would like to have an expression evaluated at runtime in the "then" attribute of an "if" element in a decision-state, something like that:
<decision-state id="route.decision">
<if...
Solved !!!
Thanks for your help Keith ;)
The problem was that ivy retrieved jar files from its cache dir :$user.home/.ivy/cache. And the servlet-api-2.4.jar file in this dir was broken (I don't...
Indeed this is weird! I had no problem to build samples from SWF 1.0-rc1
Ivy version: Ivy 1.3.1 - 20060330160721
I really need this to work because I'm migrating a project from 1.0-rc1 to...
Hi all,
I have just downloaded the 1.0-rc3 (latest version in sourceforge.net) but I'm having problems when I want to build samples.
I went to the root directory of a sample (eg. birthdate) and...
Hi all,
I'm currently considering Spring Webflow as an alternative to the flows used in BEA Weblogic Portal v7.
In Portal v7, you could catch portal/portlets events such as refresh, maximize or...
Thanks for your replies, but the solution is quite simple.
I have just succeeded in making what I really want :).
Here is my solution.
First I have a global transition to link all states to a...
Thanks for your response Keith.
I'm using 1.0 RC1.
And I have now solved the problem :). Actually, I was using different libraries in the build path of Eclipse (1.0 RC1) and in the Ant build...
Hi all,
I'm using a simple flow definition with a subflow state. In the dtd found at http://www.springframework.org/dtd/spring-webflow-1.0.dtd, the subflow state element is defined as:
<!ELEMENT...
Hi all,
I'm currently evaluating Spring WebFlow to deal with flows.
I have a flow with let's say 20 view states. What I'd like to do is having a generic "help page" which can be accessed from...