I've made a custom form and would like to include links to the same
association editing forms that are accessed from the list view. For
example, families have many members. In the list view, clicking on the
associated members brings up a sub-list of individual members, and
clicking on edit brings up the editing form for that member. I have a
custom form for editing families. That form includes a list of family
members. I can use link_to edit_member ... but that uses the full page
form rather than Ajax. Can I simply use "link_to ... :remote=> true"?
I think that then I need to know the ID of the element that will be
replaced so I can insert that somewhere.

-- 
You received this message because you are subscribed to the Google Groups 
"ActiveScaffold : Ruby on Rails plugin" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/activescaffold?hl=en.

Reply via email to