开发者

harmony between webflow and Spring MVC Controllers

Spring 2.5.6SEC02 Spring Webflow 2.0.9

I have a normal flow in which I have a form in flow scope. I now want to call my annotated spring M开发者_开发知识库VC @Controller and get access to the form information. I basically want to display details as a modal dialog box on the screen. I've been reading up on spring-js, but I'm not very familiar with it and it seems to want to incorporate dojo into my code.

Thanks in Advance.


You can keep the form in session scope instead, that way it is available both to webflow and other controllers. That will however mean that it is shared between tabs and possibly reused in later conversations (Though you can probably prevent that).

Another solution is passing the flow execution key to the controller and have the controller read it from the FlowExecutionRepository.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜