Collection myData; Another Tag File Example

News Portal: Another Tag File Example

for (Iterator each = myData.iterator(); each.hasNext();){ Element eachElem = each.next(); }
output.write(eachElem.getName()); output.write(eachElem.getPrice()); output.write(eachElem.getDiscount());