Hi Stefan, I think that using "param" inside a "part" is not allowed. Could you try removing the param from the collection? And what about:
<div param="collection"> <collection part="messagecollection"/> </div> Regards, Ignacio El 18/01/14 10:35, Stefan Haslinger escribió: > Hi folks, > > I tried to make the case less complex, I switched my form directly into > the index-page for Message > and stayed as close as possible to the generated standard, so no change > in the controller is involved: > > <extend tag="index-page" for="Message"> > <old-index-page merge> > <content-body: param> > <page-nav param="top-page-nav"/> > <collection *part="messagecollection"* param/> > <page-nav param="bottom-page-nav"/> > <div param="new-form"> > <form with="&new_for_current_user(Message)" > update="messagecollection" param/> > </div> > </content-body:> > </old-index-page> > </extend> > > > The same error here: introducing the bold part breaks the page: > > undefined method `all_parameters' > > The bold part removed and sending and persisting the data works (of > course no page update). > > Cheers, > Stefan > > -- > 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.
