Hi, I attached a page for clarity of what I want.
I have a two column page (index.html.erb). On the left hand side, I have the order ID and order NAME displayed. There is a SHOW link next to each entry. I want to be able to click on the SHOW link and have it display the full order information on the right hand column (this is the show.html.erb file that Rails generated). I turned the default Rails generated show.html.erb file into a partial. I'm sure this has to use link_to_remote on the SHOW link, but I'm not sure how to make it update the right hand column with the partial. I've read through a lot of the Rails API info jumping around to Helpers, remote_function and other things. I'm sure I'm missing something simple. Any help would be appreciated. Attachments: http://www.ruby-forum.com/attachment/4746/ScreenShot003.jpg -- 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.

