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