Grails WebFlow State Name

前端 未结 1 682
醉酒成梦
醉酒成梦 2021-01-22 03:10

Grails noob here...

How do I get the state name inside a Grails webflow state? I\'m prototyping a mobile app using Grails WebFlow and jQueryMobile. Because it\'s a mob

相关标签:
1条回答
  • 2021-01-22 03:38

    Try using the RequestContext and/or the FlowExecutionContext? e.g. flowExecutionContext.currentState.id

    0 讨论(0)
提交回复
热议问题