That doesn't work.  When you are in a helper instead of a view
form_remote_tag cannot except a block because _erbout is out of scope.



On Oct 11, 10:04 am, "Maurício Linhares" <[EMAIL PROTECTED]>
wrote:
> It would be like this:
>
> <% form_remote_tag :url => {:controller => stuf} do %>
>         <%= submit_tag(button_text) %>
> <% end %>
>
> On Sat, Oct 11, 2008 at 9:47 AM, Garrett Berneche
>
> <[EMAIL PROTECTED]> wrote:
>
> > Apparently inside a helper form_remote_tag cannot take a block because
> > _erbout is out of scope.  As of a year ago the accepted way to handle
> > this was to call form_remote_tag without a block, like this;
>
> > form_remote_tag(:url => { :controller => stuf } ) +
> >             submit_tag(button_text) +
> >             end_form_tag
>
> > Now end_form_tag is deprecated, and we are supposed to use blocks
> > instead.  Actually, the method no longer exists, so I guess it is not
> > even deprecated anymore.  Regardless, can I just replace end_form_tag
> > with "</form>" or does the method do more then that?
>
> --
> Maurício Linhareshttp://alinhavado.wordpress.com/(pt-br) 
> |http://blog.codevader.com/(en)
> João Pessoa, PB, +55 83 8867-7208
--~--~---------~--~----~------------~-------~--~----~
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 rubyonrails-talk@googlegroups.com
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