Search:

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

Search: Search took 0.01 seconds.

  1. Thanks Keith, seems to be working OK. Thanks for...

    Thanks Keith, seems to be working OK. Thanks for the quick turn around time.
  2. Keith, Is this likely to change? The fix simply...

    Keith,
    Is this likely to change? The fix simply requires changing the order of these two lines:

    ViewSelection selectedView = flowExecution.start(......
  3. Mainly because we are putting JSF at the centre...

    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...
  4. JSF: FlowExecutionHolder not available in start-actions

    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 ...
  5. Replies
    6
    Views
    1,150

    Bump. This last issue needs a resolution.

    Bump.
    This last issue needs a resolution.
  6. Replies
    6
    Views
    1,150

    Keith, I think I've found another potential...

    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...
  7. Replies
    6
    Views
    1,150

    yep, it seems to be fixed in rc1. Thanks.

    yep, it seems to be fixed in rc1. Thanks.
  8. Replies
    6
    Views
    1,150

    hmm, I found the problem in ea1, but have since...

    hmm, I found the problem in ea1, but have since upgraded to rc1.
    I'll take out the wrapper and see if it works.
  9. Replies
    0
    Views
    719

    jsf integration : error pages

    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...
  10. Replies
    6
    Views
    1,150

    jsf integration: null nav outcome

    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...
  11. Sorry, I can't believe I missed ...

    Sorry, I can't believe I missed <inline-flow>
    I'll give it a try
  12. Feature Request : inline definition of subflows

    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...
  13. Replies
    46
    Views
    6,108

    Keith, I tried out the redirects briefly with...

    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...
  14. Replies
    8
    Views
    1,723

    Generating diagrams from flow definitions

    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...
  15. Replies
    1
    Views
    826

    Bump. Keith, is this modification possible? I...

    Bump.
    Keith, is this modification possible? I really don't want to have to have to use a branched version of swf.
  16. Replies
    21
    Views
    13,515

    Any possiblity of getting this into the code base...

    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.
  17. Replies
    1
    Views
    826

    [JSF] FlowPhaseListener timing

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