spring-webflow icon indicating copy to clipboard operation
spring-webflow copied to clipboard

Error fire event validate${state} in model if add param &_eventId=someValue to url [SWF-1733]

Open spring-operator opened this issue 6 years ago • 0 comments

oleg opened SWF-1733 and commented

  1. model has public method with the name validate${state}

  2. In browser we add param &_eventId=someValue to url (for example: &_eventId=sendSms)

  3. 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

spring-operator avatar Dec 26 '18 12:12 spring-operator