I found http://groups.google.com/group/hobousers/browse_thread/thread/b3d81326c759e091/0ead72b08a01c8b0?lnk=gst&q=form+hidden+fields
which mentions: <field-list skip="xxx"/> but it doesn't seem to work in my generated form. I'm on Rails 2.3.8 and Hobo from around July 25th, 2010. Bye, François On 4 fév, 12:39, François Beausoleil <[email protected]> wrote: > Hi! > > I have a real model with a serialized attribute. The model's a query > builder, and the rules I use for the query are stored in the > serialized field. > > When I hit /queries/new, I get a hidden field where the Hash's #to_s > is the value: > > <input id="query_rules" name="query[rules]" type="hidden" > value="tableandoperandsum(extension)tableeventsvalue100event_kind_id5campai > gn_id20operator>=" / > > > > How can I skip this? There's a hidden-fields on form, but when I add > that, then I get a NoMethodError on #default on NilClass. > > Thanks, > François -- 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.
