Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: Partial rendering of a form with Ajax and fragments

  1. #11
    Join Date
    Aug 2011
    Posts
    17

    Default

    any idea if this is resolved?

  2. #12
    Join Date
    Nov 2011
    Posts
    3

    Default

    I reload only the second select via Ajax, I have an exception


  3. #13
    Join Date
    May 2012
    Posts
    1

    Default refreshing a partial form

    I am new to this forum so forgive me if I am not posting to the proper thread.
    I know this thread is old but I have not found a solution to this problem anywhere else yet.

    I have the same problem of refreshing a JSP fragment that's part of a parent
    JSP (tiles) which declares the form:form. When I receive the refreshed view from the controller,
    all the paths (in form:input) have been trimmed down a little bit. The initial
    paths were something like "ticket.selections[0].numbers[0]". The path after the
    partial refresh were changed to "selections[0].numbers[0]".

    Is there any standard technique for doing partial form refresh in Spring 3 ?

    Thanks

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
  •