Error fire event validate${state} in model if add param &_eventId=someValue to url [SWF-1733] #908
Labels
in: binding
in: core
status: waiting-for-triage
We need additional information before we can continue
oleg opened SWF-1733 and commented
model has public method with the name validate${state}
In browser we add param &_eventId=someValue to url (for example: &_eventId=sendSms)
We expect exception:
org.springframework.webflow.engine.NoMatchingTransitionException: No transition found on occurence of event 'sendSms'
but fire event validate${state} in model
Affects: 2.5.1
The text was updated successfully, but these errors were encountered: