spring-webflow
spring-webflow copied to clipboard
Error fire event validate${state} in model if add param &_eventId=someValue to url [SWF-1733]
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