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> &lt;<a href="mailto:ed.howland@gmail.com">ed.howland@gmail.com
</a>&gt; 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>&lt;a mv:link_to_remote=&quot;:url =&gt; {:action =&gt; 'new'}&quot;&gt;New product&lt;/a&gt;<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;becomes
<br><br>%= link_to_remote 'New product',&nbsp;&nbsp;:url =&gt; {:action =&gt; 'new'} %&gt;<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>&lt;a mv:link_to_remote=&quot;:update =&gt; 'mydiv', :url =&gt; {:action =&gt;<br>'new'}&quot;&gt;New product&lt;/a&gt;<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>