Displaying 1 result from an estimated 1 matches for "list_div_nam".
Did you mean:
list_div_name
2006 Feb 17
4
Best practice for showing errors AND updating list
...ted to another location just let me know,
The problem I keep coming up against is with a listing of objects and
updating that list via AJAX (for arguments we are talking about a list
of users).
As it stands I can currently submit a form, and update the list
(using :update => ''list_div_name'' and generating the whole list again or
generating a partial of a single row and using Insertion.Top) and I can
also display the errors for a form using the same method and updating a
notification div above my form,
However, my problem occurs when I want to update a list on success...