Yeah, I was wondering this too. It doesn't seem to use the same form code for the guts of the input-many... which makes sense since it's inside a form already but is annoying as it means possibly needing to code the form twice or once and include in the normal form.
On Jun 29, 9:54 am, Bryan Larsen <[email protected]> wrote: > You seem to be on the right track. Can you post your code? Are you > putting your override in application.dryml? > > oldlibmike wrote: > > I have a master detail relationship with Sales and Items. > > Sales has_many :items, :accessible => true, :dependent => :destroy > > Items belongs_to :sale > > > When I display the sales edit form, there is a repeating group > > of :items that I can presumably edit, add or delete. > > > I have tried to override the form for item and when editing an item > > all by itself, my overrides work. > > > When the item appears on the sales edit form however, none of my > > overrides are there. The default edit form for item is displayed. > > > How would I overrided the item form in the context of its parent Sale? > > > Thanks in advance, > > Mike --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
