Hi Ignacio, thanks for your help, there was a second bug, I had introduced. I finally solved it
<index-page> > <collection: replace> > <collection *with="&Message.all" *part="mymessages"/> > </collection:> > <new-form:> > <h3> <ht key="message.form.new.heading">New Message</ht> </h3> > <form with="&new_for_current_user(Message)" update="mymessages"/> > </new-form:> > </index-page> It's important to help the DRYML by setting the context in the view, otherwise it is set to the Object transfered in the Ajax call. 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.
