Thanks. I will double check the code and update the code or docs accordingly.<br><br><div><span class="gmail_quote">On 6/8/06, <b class="gmail_sendername">Ed Howland</b> <<a href="mailto:ed.howland@gmail.com">ed.howland@gmail.com
</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi,<br><br>The documentation at <a href="http://masterview.org">masterview.org
</a> for the link_to_remote directive<br>may be a bit off. In order to make it work I needed the example to be:<br><br><a mv:link_to_remote=":url => {:action => 'new'}">New product</a><br><br> becomes
<br><br>%= link_to_remote 'New product', :url => {:action => 'new'} %><br><br>Note, that I am using RJS templates, which do not use the :update tag<br>in the link_to_remote. The proper Non-RJS example would probably look
<br>like:<br><br><a mv:link_to_remote=":update => 'mydiv', :url => {:action =><br>'new'}">New product</a><br><br><br>Ed<br>--<br>Ed Howland<br><a href="http://greenprogrammer.blogspot.com">http://greenprogrammer.blogspot.com
</a><br>_______________________________________________<br>Masterview-users mailing list<br><a href="mailto:Masterview-users@rubyforge.org">Masterview-users@rubyforge.org</a><br><a href="http://rubyforge.org/mailman/listinfo/masterview-users">
http://rubyforge.org/mailman/listinfo/masterview-users</a><br></blockquote></div><br>