Displaying 1 result from an estimated 1 matches for "mindreadrread_results".
2006 Feb 14
4
Newbie stumped by "NameError in "
...# Read output from MindReadr
render(:layout => false)
end
def ajax_example
render(:layout => false)
end
index.rhtml (partial- this all works fine until I hit the action button)
<!-- Section that displays images -->
<div id="mindreadrread_results">The images should go here
after clicking "click here"</div>
<%= link_to_remote("Click here for images for images to appear
above",
:update => ''mindreadrread_results'',
:url => { :actio...