Those 3.0.x milestones look pretty inactive.... and past due (June 2010)...
Type: Posts; User: drh; Keyword(s):
Those 3.0.x milestones look pretty inactive.... and past due (June 2010)...
Can anyone comment on the status of Web Flow 3.0 development? It seemed like it was starting up at the beginning of last year but I haven't heard any news on it.
Specifically I am looking forward...
What does your view look like?
In your config, you can specify which expression parser bean you want to use on flowBuilderServices.
Create a WebFlowSprinELExpressionParser bean, which you can construct using the...
Here is what I ended up doing, for future readers (and for anyone who has suggestions):
In the pausing() method of my FlowExecutionListener, I examine the object and store the status on a flow...
What is the right way to intercept a flow and redirect the user to a different state?
I assume I will want to use FlowExecutionListener. I'd like to be able to signal a new event, regardless of...
As a I workaround, I simply extended FlowArtifactFactory:
public class LocalFlowArtifactFactory extends
org.springframework.webflow.engine.builder.FlowArtifactFactory {
public...
What is the best way to get at the current WebApplicationContext object? I do not need a bean, I need that actual WAC so I can call getResource()
I know I could use...
The API doc for org.springframework.web.servlet.view.tiles2.TilesView checkResource(locale) method says:
"Check whether the underlying resource that the configured URL points to actually exists."...