Search:

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

Search: Search took 0.01 seconds.

  1. Accessing subflow (with required input parameter) directly via url causes 500

    Hi,

    Accessing subflows (with required input parameter/-s) directly via url causes http 500.

    It is easy to reproduce with booking-faces sample. Just log in and past url:...
  2. I solved that by replacing a small fragment of...

    I solved that by replacing a small fragment of code:

    org.springframework.webflow.engine.ViewState#resume(RequestControlContext context):


    public void resume(RequestControlContext context) {...
  3. I think I found the answer: ajax="false"...

    I think I found the answer:

    ajax="false" causes (of course) redirect... in validation failure case, redirect is to the same view
    so swf invokes method below which should return state to save 'so...
  4. Incorrectly fiilled form is blank after submit when ajax="false" on commandbutton

    Hi,

    I have problem which I can best describe on swf sample application 'booking-faces'.

    Simply:
    1. Add 'ajax="false"' attribute to 'proceed' button in 'enterBookingDetails.xhtml'
    2. Fill out...
Results 1 to 4 of 4