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
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
2 matches
Mail list logo