adding:
<%= link_to 'Edit', :action => :edit, :inline => false, :position
=> :replace  %>
to my _show.html.erb gets me a working Edit link alright,
but it also makes the url look like this:
http://localhost:3000/contacts/14/edit?position=replace
which opens a new page when clicked, instead of replacing the "show"
block with the "edit one", which is what I want.

Is this even possible?
Or am I just not seeing the forest because of all the big trees
blocking my view!

-- 
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.

Reply via email to