search for: partial_form

Displaying 1 result from an estimated 1 matches for "partial_form".

2006 Jun 19
1
RJS Templates
...around this, I concatenated the id of the item to the end of the div name. Which is fine. I did the same in the RJS template as well, but it''s not finding that div. I tried it with string interpolation thusly: page.replace_html "divname#{@model.id}", :partial => ''partial_form'' And without, and neither seem to work. Does anyone know the best way to go about handling a page with multiple records being displayed in a loop with RJS? Thanks for any assistance. -- Posted via http://www.ruby-forum.com/.