>From a quick look, it seems that the "updates" syntax is wrong, you are missing a '#'. It should be:
<live-editor-innards updates="#category,#product"/> Please write back if it still doesn't work :). Warm regards, Ignacio El 04/11/13 13:53, William Wong escribió: > I want to update my table-plus if a product category is changed. Below > code seems to change only the product category. Any idea why it doesn't > work? Thanks. > > <div part="product"> > <table-plus update="product" with="&@assigned_product" > fields="this,body,category"> > <category-view:> > <div part="category"> > <live-editor-innards updates="#category,product"/> > </div> > </category-view> > </table-plus> > </div> > > > -- > 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. -- Ignacio Huerta Arteche http://www.ihuerta.net Teléfono: 0034 645 70 77 35 Email realizado con software libre -- 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.
