On Aug 4, 7:38 pm, agilehack
<jason.rabo...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
wrote:> can someone help me...I understand that with 2.0 start_ and end_
> form_tag has been deprecated? Below is my code and I can''t seem
to
> rewrite such that it will work correctly with 2.0...
>
You''re now supposed to write
<% form_tag ... do %>
...
<% end %>
Fred> <%= form_tag :action => "save" , :id => @page %>
> <%= text_area ''page'', ''content''
%>
> <%= submit_tag %>
> <%= end_form_tag %>
>
> thanks for the help, still noobish