any idea if this is resolved?
any idea if this is resolved?
I reload only the second select via Ajax, I have an exception
![]()
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