<div><div><br>&nbsp;</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Glad to know I guessed that right. I like the partials idea. You<br>
should use that as an example for the gen_render directive. Somewhere<br>the 2 directive example should be shown so people can get a feel for<br>that. And your first table/td example should be the first example for<br>mv:block, since it is clean.
<br><br>Ed</blockquote><div><br><br>Yeah, and actually I goofed in my partial example, it is mv:gen_partial (since we renamed that from mv:gen_render to be clearer)<br><br>&lt;table&gt;<br>&lt;tr mv:gen_partial=&quot;:partial =&gt; 'store/product', :collection =&gt; @products&quot;&gt;
<br>&lt;td mv:content=&quot;<a href="http://product.name/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">product.name</a>&quot;&gt;namehere&lt;/td&gt;
<br>
&lt;td mv:content=&quot;product.price&quot;&gt;pricehere&lt;/td&gt;<br>
&lt;/tr&gt;<br>&lt;/table&gt;<br>&nbsp;</div></div><br>I will take your advice and we'll update the examples/documentation accordingly.<br><br>Jeff<br>