Open GoogleCodeExporter opened 8 years ago
Well this does not work even with struts 2.3.8 or higher.
Original comment by ghotanka...@gmail.com
on 6 Sep 2013 at 1:07
Now I am getting a script error on struts2.3.15.1 with latest lib 0.5 release
geocerca1Options.center = new google.maps.LatLng(,);
Original comment by findecli...@gmail.com
on 6 Sep 2013 at 6:52
Well I see some change history of struts2 in version 2.3.14.3 i see following
comment
"Whitelisting of actions' names was introduced and double evaluation of OGNL
expression was removed."
I think we depend on double expression which is breaking this code?
Should be able to fix if author spends some time
Original comment by ghotanka...@gmail.com
on 6 Sep 2013 at 7:02
Well this works with struts2.3.14.3 but not with struts2.3.15 or higher.
Owner can comment on how it can be fixed? Here is the change list
http://struts.apache.org/release/2.3.x/docs/version-notes-2315.html
The parameters are not getting set to LatLng that's for sure, no idea what
broke it.
Original comment by ghotanka...@gmail.com
on 22 Sep 2013 at 8:31
i'm sorry i'm busy right now,i come back with feedback about this issue
Original comment by lalokana
on 25 Sep 2013 at 4:42
i check the code and in template freemarker don't escape the parameter
<@s.property value="latlon.longitude"/>
i come back
Original comment by lalokana
on 10 Oct 2013 at 9:41
fixed at release 0.6 at
https://github.com/lalotech/struts2-map-plugin and
https://github.com/lalotech/struts2-tag-plugin-showcase
with struts2 version: 2.3.16
Original comment by lalokana
on 19 Feb 2014 at 12:17
Original issue reported on code.google.com by
findecli...@gmail.com
on 24 Aug 2013 at 9:24