Looks like the code has to do with adapting beans to some kind of model for the template system; options: - I can make "features" available as an IteratorModel (and preserve the previous risk of leaking connections); or ... - load the features into an array list and pass "features" in as a CollectionModel; or.... - I can also make my own CollectionModel implementation around FeatureCollection (also has the possibility of leaking connections)
I assume this template code is used when making placemarks? Jody ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Geoserver-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-devel
