I need to build the DOM id for my RJS template using an id passed to the template. How do I add the value of an id paramater to get the DOM id I need. For example given this call in my RJS template: page.replace_html "list", :partial => "show_new_list" I want "list" to be "list" + the id I pass in. Thanks. -- Posted via http://www.ruby-forum.com/.