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:...
Type: Posts; User: rjanas; Keyword(s):
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:...
I solved that by replacing a small fragment of code:
org.springframework.webflow.engine.ViewState#resume(RequestControlContext context):
public void resume(RequestControlContext context) {...
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...
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...