Hi all, First of all, greetings, from Brazil.
I would like to populate this Java Script variable with name
*flightPlanCoordinates
*from a Action Controller.
var flightPlanCoordinates = [
{lat: -23.533592, lng: -46.742744},
{lat: -23.533592, lng: -46.742744},
{lat: -23.533870, lng: -46.742804},
{lat: -23.533978, lng: -46.742890}
];
Whats the best approach to do? I how can I use tag libs from Struts to
mount this *flightPlanCoordinates ?*
Thanks in advance,
Bisconcini

