Jeffrey L. Taylor wrote:
> RTFM.  The proper syntax is
> 
> <%= link_to_function('Add text field', nil) do |page|
>    page.insert_html :bottom, :group, :partial => 'text'
>   end
> %>

Hi Jeffrey,

that is not the problem (I tried it, anyway); in fact, that 
link_to_function ('Add text field') works perfect. The ones that is not 
working is 'Add group'. It works just if I remove the 'Add text field' 
link_to_function from the partial :/

Thanks anyway
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" 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/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to