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");

Re: logging issue (S2.1.x)

2008-07-04 Thread Giovanni Azua
thanks! :) Musachy Barroso wrote: You can provide freemarker settings by adding a "freemarker.properties" file to your classpath. I am guessing that you could set the debug level for freemarker there. musachy On Wed, Jul 2, 2008 at 8:43 AM, Giovanni Azua <[EMAIL PROTECTED]> wrote: hi, Hav