Simon Groenewolt wrote:
prefix='',suitcases.no=1:'17',users0.number=9:'14436',urls.number=9:'14940',suitcases.number=9:'14488'
however, I cannot get the 'no' field by doing:
> String no1 = ((Node)node1).getStringValue("suitcase.no");
Is this the real code? what is the builder name suitcase or suitcases?
My guess is that it should be with a 'S' at the end.
String no1 = ((Node)node1).getStringValue("suitcases.no");
Nico
_______________________________________________
Developers mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/developers