strikes me that the tree would be a way, maybe not as clean.
=========================
BJ Freeman
http://bjfreeman.elance.com
Strategic Power Office with Supplier Automation
<http://www.businessesnetwork.com/automation/viewforum.php?f=52>
Specialtymarket.com <http://www.specialtymarket.com/>
Systems Integrator-- Glad to Assist
Chat Y! messenger: bjfr33man
Linkedin
<http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro>
Levenimeux sent the following on 6/19/2010 3:23 AM:
Hi all,
I'm trying (with my team) to build a new eCommerce webapp using OFBiz, and
we're stuck with form-widgets, so here's the problem :
- Need : I have two related tables (many to many), Items and their
categories, I need to display Items for each category a part using
form-widgets. So definitely I need a nested loop to do so. Here's my
question :
--> How can we Iterate in a single field (in this case category) ?
Illustration :
<field> //for each row we display all result rows of the inner field
<field>
</field>
<field>
</field>
</field>
ThanX in advance :)