Re: Struts 2.1 and Struts Json PlugIn problem

2008-07-04 Thread Musachy Barroso
Please post your questions on the user mailing list; this list is for the development of the framework itself. musachy On Fri, Jul 4, 2008 at 12:13 PM, Ish <[EMAIL PROTECTED]> wrote: > Hi > > > I am using struts 2 and jsp in my project. I have jsp page, which uses data > in ajson format. > I ha

Struts 2.1 and Struts Json PlugIn problem

2008-07-04 Thread Ish
Hi I am using struts 2 and jsp in my project. I have jsp page, which uses data in ajson format. I have created my Actiion look like this JSONObject obj=new JSONObject(); obj.put("StartDate","2008-02-26 12:00:00"); obj.put("GoogleRef","61.92411, 25.748151"); obj.put("Element","DVD/Topcover");