AS version? Rails version? Prototype version? Looks like there are unescaped quotes in the javascript somewhere, based on a Google search of the error...
On Feb 26, 10:08 am, johnnybutler7 <[email protected]> wrote: > Hi, > > I have a nested table 2 levels deep with some associations in a group > so i have something like the below. If i try to "Add Exisiting" i get > the following error "missing ) after argument list" > Ive attached the firebug output. > > config.create.columns.add_subgroup "Test" do |group| > group.add(:website) > end > > As i said this is only a couple of nested tables deep, its ok on the > 1st and 2nd levers, > > Any ideas, > > JB > > missing ) after argument list > activate() > (input#record_sample_ref_cdfe2c27256117d27f0b6aacf91bf042_6.sample_ref- > input 00001)prototyp...231339916 (line 3611) > _methodized()()prototyp...231339916 (line 256) > focusFirstElement()(form#cdfe2c27256117d27f0b6aacf91bf042-update-6- > form.update 6?eid=cdfe...del=Survey)prototyp...231339916 (line 3535) > eval()()prototyp...iKg%3D%3D (line 2) > evalScripts()()prototyp...231339916 (line 402) > (?)()()prototyp...231339916 (line 642) > (?)()()prototyp...231339916 (line 602) > each()(function(), undefined)prototyp...231339916 (line 601) > collect()(function(), undefined)prototyp...231339916 (line 641) > evalScripts()()prototyp...231339916 (line 402) > (?)()()prototyp...231339916 (line 214) > delay()()prototyp...231339916 (line 236) > [Break on this error] ipts: true, onFailure: function(){Active... > 3be8f11d16a53359018-active-scaffold)}}); --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails plugin" 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/activescaffold?hl=en -~----------~----~----~----~------~----~------~--~---
