Thinking a little more about it[1]:
<quote>
<table>
#foreach( $p in $products )
<tr>
<td>$productPanel($p)</td>
<td class="categories">
#foreach( $c in $p.categories )
#if ($foreach.count>1),#end $c.name #end
</td>
</tr>
#end
</table>
</quote>I guess it can't work because the panel component can't be used in the loop. I would need a repeatable panel in this case, right? Regards, Gilberto [1] http://dl.dropbox.com/u/9093640/clickapp.zip
