#: Christoph Bütler changed the world a bit at a time by saying on  9/22/2005 
10:17 AM :#
Marcos Andrés schrieb:
Just for testing... how about adding qoutes around your node4sort.trim()?

for (....) {
 String node4sort = nodes.getNodeData("region").getString();

 //Fill the ArrayList
 childrenArrayList.add("\""+node4sort.trim()+"\"");
}

no. doesn't work.

the strings I fill in the ArrayList are for example:
Umbrien, Sizilien, Toscana, Piemont

Thanks



Oh I think I might have the idea. The String doesn't have a default Comparator, so you should provide one. I guess this is what you need. Let us know if this is solving.

./alex
--
.the_mindstorm.

----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------



----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------

Reply via email to