I have an app in J2EE with a couple of projects. Got my .war project that communicates with a EJB business project which has access to some Data.
I have an entity which has some information about places, and I want to show a collection of those places in a single map on a JSF page.
I have a Collection of coordinates to be assigned as points on a polyline in Google maps, and I've got this collection as a return of a java function of the jsf page, but I dont know how to get this collection from jsf and then how to make the map work
I'll be very greatful if someone can give me some jsf code as an example.
(and if someone knows how to set the autoReshape attribute for maps in jsf using javascript, please tell me the secret!!!!)
Thanks a lot.