It does! but with "updates=" thanks a lot. I will update the docs
On Thursday, September 5, 2013 4:20:23 PM UTC-4, Ignacio Huerta wrote: > > It's perfectly fine to revive ancient threads ;) > > With Hobo 2.0 the method is slightly different. Try this: > > <form update="#comments, #nextstep, #approval" confirm="Are you sure?"> > > Please tell us if it works ;). > > Afterwards we should update the manual here: > http://cookbook.hobocentral.net/manual/ajax (if you feel adventorous, > you can do it yoursell by clicking on "Edit this page") > > Regards, > Ignacio > > El 05/09/13 22:09, matthew berardi escribi�: > > Is it okay to revive an ancient thread? > > > > This is not working for me. I have: <form update="comments, nextstep, > > approval" confirm="Are you sure?"> in my dryml. The generated html form > > has data-rapid="{"form":{"ajax_attrs":{"update":"comments, nextstep, > > approval","confirm":"Are you sure?"}}}" > > So the comma delimited string is passed through unmodified. However, > > when the form is submitted, I can see in the request that only the > > "comments" part is submitted as render param. > > > > Has the method for updating multiple parts changed? > > I'm using hobo 2.0.1 > > > > thanks a lot in advance, > > Matt > > > > On Tuesday, May 4, 2010 1:04:10 PM UTC-4, atmorell wrote: > > > > Looks like I need some sleep :) Thought I tried that. > > > > Thanks > > > > On May 4, 6:49 pm, Tom Locke <[email protected]> wrote: > > > Comma separated > > > > > > On 4 May 2010, at 17:43, atmorell wrote: > > > > > > > > > > > > > Hello, > > > > > > > How do I update multiple parts from a single form? Nothing > > happens if > > > > I try to pass more then one dom. What is the syntax? > > > > > > > <form with="&Category.new" update="categories status count"/> > > > > > > > Best regards. > > > > Asbj�rn Morell. > > > > > > > -- > > > > You received this message because you are subscribed to the > > Google Groups "Hobo Users" group. > > > > To post to this group, send email to [email protected] > > <javascript:>. > > > > To unsubscribe from this group, send email to > > [email protected] <javascript:>. > > > > For more options, visit this group > > athttp://groups.google.com/group/hobousers?hl=en > > <http://groups.google.com/group/hobousers?hl=en>. > > > > > > -- > > > You received this message because you are subscribed to the Google > > Groups "Hobo Users" group. > > > To post to this group, send email to [email protected] > > <javascript:>. > > > To unsubscribe from this group, send email to > > [email protected] <javascript:>. > > > For more options, visit this group > > athttp://groups.google.com/group/hobousers?hl=en > > <http://groups.google.com/group/hobousers?hl=en>. > > > > -- > > You received this message because you are subscribed to the Google > > Groups "Hobo Users" group. > > To post to this group, send email to [email protected] > > <javascript:>. > > To unsubscribe from this group, send email to > > [email protected] <javascript:>. > > For more options, visit this group at > > http://groups.google.com/group/hobousers?hl=en > > <http://groups.google.com/group/hobousers?hl=en>. > > > > -- > > 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] <javascript:>. > > To post to this group, send email to [email protected]<javascript:>. > > > 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.
