Offhand, are you doing this before or after you load the relevant taglibs from taglibs/auto/rapid? I've run into this where I had subsites and didn't pull in pages.dryml, forms.dryml and cards.dryml in application.dryml but tried to redefine things from those files...
--Matt Jones On Wed, Jul 14, 2010 at 11:56 AM, Hugo <[email protected]> wrote: > Hi, > > I've tried to change a form by adding the following code do > Application.dryml: > > <extend tag="form" for="Lote"> > <old-form merge> > <field-list fields="nome, artigo" param/> > </old-form> > </extend> > > but I always get the error "undefined method `form__for_lote' for > class `#<Class:0x106cbd7f0>'" > -- 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]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
