Hi Mike, seems to be similar to http://groups.google.com/group/activescaffold/browse_thread/thread/5fbcf418264b04b8/6eb033125f3ea211#6eb033125f3ea211
Currently, you can "only" do subforms for associations in forms and not nested list views. -- Volker On Jan 14, 9:05 pm, MikeBlyth <[email protected]> wrote: > 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.
