Search:

Type: Posts; User: drh; Keyword(s):

Search: Search took 0.05 seconds.

  1. Replies
    4
    Views
    1,016

    Those 3.0.x milestones look pretty inactive.......

    Those 3.0.x milestones look pretty inactive.... and past due (June 2010)...
  2. Replies
    4
    Views
    1,016

    Web Flow 3.0 status

    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...
  3. Replies
    1
    Views
    604

    What does your view look like?

    What does your view look like?
  4. Replies
    2
    Views
    1,729

    In your config, you can specify which expression...

    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...
  5. Here is what I ended up doing, for future readers...

    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...
  6. FlowExecutionListener - how to intercept and redirect user

    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...
  7. As a I workaround, I simply extended...

    As a I workaround, I simply extended FlowArtifactFactory:



    public class LocalFlowArtifactFactory extends
    org.springframework.webflow.engine.builder.FlowArtifactFactory {

    public...
  8. Best way to get WebApplicationContext in a flow

    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...
  9. TilesView.checkResource() -- what does it do exactly?

    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."...
Results 1 to 9 of 9