I have a page part that has a fieldset for a parent record and a table-plus 
for child records.   I have the table-plus set up for in-place editing of 
the fields, and I would like to update the fields in the containing part 
after table records are edited.

Essentially my code looks like this (simplified):

    <div part='my-part'>
      <feckless-fieldset  fields='name, total_cost'/>
      <table-plus with='&items' fields='description, cost' 
field-tag="editor" update='my-part'/>
    </div>

When I do in-place editing on the child records, I see "Call part: 
editor_part" in the output, but I do not see "Call part: my-part".

Is there a way to accomplish this?   I guess this would mean that both the 
in-place-editor part as well as the parent 'my-part' need to be updated, 
but I'm not exactly sure how to accomplish this.

Thanks!
- Kevin

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/hobousers.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to