Re: hwo to get coordinates parameter of a map

2002-09-19 Thread Shawn Bayern
On Fri, 20 Sep 2002, Hao Ding wrote: > I can get a map's point coordinates using scriplets as following: > > x = <%= request.getParameter("map.x") %>, > y = <%= request.getParameter("map.y") %> > > how to use JSTL EL do that? I have tried > > x = , > y = > > and > > x = , > y = > > The ou

hwo to get coordinates parameter of a map

2002-09-19 Thread Hao Ding
Hi, I can get a map's point coordinates using scriplets as following: x = <%= request.getParameter("map.x") %>, y = <%= request.getParameter("map.y") %> how to use JSTL EL do that? I have tried x = , y = and x = , y = The outputs are empty. Cheers, Hao -- To unsubscribe, e-mail: