Hi, Bob! On Mon, Aug 22, 2011 at 3:00 PM, Bob Schellink <[email protected]> wrote: > On 2011/08/22 19:44 PM, gilbertoca wrote: >>> >>> $productPanel >>> <table> >>> #foreach( $p in $products ) >>> <tr> >>> <td>$productPanel.product($p)</td> > > I'm not sure what you are trying to achieve with the above snippet? >
I was showing that $productPanel works (while using just one Product). > You are calling panel.setProduct(p)? And here was showing that if I use one list of product I couldn't make it work. In this case I use a for loop to show the product in the list: $productPanel.product($p) Regards, Giberto
