I remember running into something like this when the application taglib was being included before the auto taglibs. Forms weren't defined when the application taglib was sourced. This was from an version upgrade though so it shouldn't occur with a new app.
On Saturday, July 12, 2014 8:44:41 AM UTC-6, donz wrote: > > Hi All! > > I have an app that was working fine a few days ago, but now it keeps > giving me an error on all forms EXCEPT the Agent form. > > The error is: > > undefined method `form__for_agent' for class `#<Class:0x007f7bb1653658>' > > > The form is present in the code and when I select the agent form url > manually, it works fine. If I select any other form either via tabs or url > it dies. > > I have extended the Agent form in application.dryml (for multi-part). > When I remove the extension, the error goes away (but the form no-longer > works correctly). I returned a minimal extension to application.dryml as > in: > > <extend tag="form" for="Agent"> > </extend> > > <form for="Agent"/> > > Just this minimal code restores the error. > > Is there a better place for the extension rather than application.dryml? > > Any suggestions? > > Thanks, > > Don Ziesig > -- 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/d/optout.
