skip to main
|
skip to sidebar
Ofbiz Trail Guide
Ofbiz Notes, Tips and Experiments
Friday, February 9, 2007
looping through context object
Set z = context.entrySet();
Iterator it = z.iterator();
while (it.hasNext()) {
Map.Entry pairs = (Map.Entry)it.next();
Debug.log(pairs.getKey() + " = " + pairs.getValue());
}
Newer Post
Older Post
Home
Ofbiz Related Links
search ofbiz users forum
Ofbiz java docs
ofbiz Documentation
Blog Archive
Blog Archive
December (1)
November (1)
August (5)
July (8)
May (3)
February (2)
January (1)
December (4)
November (3)
About Me
GrimTim
I get down and blog at
Primate Brow Flash
View my complete profile