Re: nested:iterate and nested:hidden question

2005-05-11 Thread Rick Reumann
Liu, Benson wrote the following on 5/11/2005 2:21 PM: public Class Discrepancy { String[] discrepancyIds; } public Class CashException { Collection discrepancies; // collection of Discrepancy objects } In my JSP, I tried the following: How would

nested:iterate and nested:hidden question

2005-05-11 Thread Liu, Benson
Hi, I have a nested object hierarch as follows: public Class Discrepancy { String[] discrepancyIds; } public Class CashException { Collection discrepancies; // collection of Discrepancy objects } In my JSP, I tried the following: How would