mercredi 25 février 2015

Accessing flowScope of Spring webflow in MVC Controller

I need a way to access the flowScope from Spring MVC controller. Tried below code but getting null in controller class.



RequestContext requestContext = RequestContextHolder.getRequestContext();


Thinking of implementing using HttpSession but want to check there is a easiest way to access flowScope in controller class.


Aucun commentaire:

Enregistrer un commentaire