Thanks everyone for all the help . . .
When I tried it like this, I got a compile error:
<% form_tag ( {:controller => 'my_controller', :action =>
'my_action' }, {:id => 'xyz'}) do %>
When I removed the second set of braces { }, like this, it works!!!
<% form_tag ( {:controller => 'my_controller', :action =>
'my_action' }, :id => 'xyz') do %>
Thanks again, I appreciate all the suggestions!
On Feb 4, 11:14 pm, Shankar Ganesh <[email protected]>
wrote:
> Steve, Have you tried this
> url(http://blog.invisible.ch/files/rails-reference-1.1.html#htmlforms.
> ) ?
>
> shankar.
> --
> Posted viahttp://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
-~----------~----~----~----~------~----~------~--~---