Results 1 to 3 of 3

Thread: Spring web flow + JQGrid

  1. #1
    Join Date
    Dec 2010
    Posts
    3

    Question Spring web flow + JQGrid

    I have a view (JSP) which is displayed as part of a flow using Spring Web Flow, the view contains a JQGrid, which requires a RESTful service to populate/maintain itself.

    Now the problem is that I am unable to access the flow scoped variables from the REST service as it is not part of the flow. I found a good link which suggests how we can access a flow variable from a spring controller:

    http://ytoh.wordpress.com/2011/09/07...c-controllers/

    So I can use this to populate the JQGrid, but I cannot use it for the CRUD operation. as the above link suggest:
    "Since Webflow stores snapshots of flow scoped objects when flow pauses in view states you always access a deserialized copy of your data in Spring MVC handlers. The consequence of this is that you cannot really change flow scoped variables in MVC ajax handlers"

    Can someone suggest how I can achieve the CRUD operation of JQGrid inside a Spring web flow, such that I can also access the FlowScope.

    Any help will be greatly appreciated.

  2. #2
    Join Date
    Dec 2010
    Posts
    3

    Default

    Do you need more information about the proble ? Can some one please reply, to suggest if anyone has a similar scenario ?

  3. #3
    Join Date
    Jun 2012
    Posts
    4

    Default

    I am facing the same problem did you manage to find a solution? If you did find a way could you post your solution. Thanks in advance

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •