Thanks Keith, seems to be working OK. Thanks for the quick turn around time.
Type: Posts; User: jnermut; Keyword(s):
Thanks Keith, seems to be working OK. Thanks for the quick turn around time.
Keith,
Is this likely to change? The fix simply requires changing the order of these two lines:
ViewSelection selectedView = flowExecution.start(......
Mainly because we are putting JSF at the centre of our framework, not webflow. We would rather not add webflow specific code, and keep the way we access beans generic.
Basically we have written an...
Hi,
I have a flow which needs to put some objects in the flow scope in a <start-actions> action.
The object is trying to access the flow scope using an ELResolver, which uses ...
Bump.
This last issue needs a resolution.
Keith,
I think I've found another potential problem with null outcomes.
At the moment, the FlowPhaseListener prepareApplicationView is calling ViewHandler.createView on a null outcome, which isn't...
yep, it seems to be fixed in rc1. Thanks.
hmm, I found the problem in ea1, but have since upgraded to rc1.
I'll take out the wrapper and see if it works.
In my jsf app which I am adding swf to, I have error handling pages set up in web.xml, which are also jsf pages (i.e. error.faces).
The problem is that when the servlet container does a forward to...
In jsf, returning null from a navigation action is a valid outcome, it means stay on the current view, and in practice it is very common.
At the moment the FlowNavigationHandler cannot handle null...
Sorry, I can't believe I missed <inline-flow>
I'll give it a try
Hi,
For small subflows that only consist of a couple of states, it would be convenient to be able to define the whole flow in the same flow definition as the parent flow.
The example that springs...
Keith,
I tried out the redirects briefly with the jsf integration, using redirect: and conversationRedirect: in front of the view url.
The redirect worked, but it redirected to the url of the...
Hi,
Has anybody built something to generate state diagrams from flow definitions, suitable for project documentation?
I'm thinking that using dot.exe to generate the diagrams, similar to Linguine...
Bump.
Keith, is this modification possible? I really don't want to have to have to use a branched version of swf.
Any possiblity of getting this into the code base in the SWF 1.0 timeframe?
This feature would be very useful for many real world projects battling to use spring + hibernate in production.
I was browsing the JSF integration code out of CVS, and I noticed that you only load the flow execution after the RESTORE_VIEW phase.
Is there a good reason for this? Why not before?
The reason...