Re: json data are not passed in Stuts action

2012-11-22 Thread Lukasz Lenart
2012/11/22 Stephan Schreck : > So the issue still remains, why does it not work when i use the annotations. In the first step would you configure a normal result (as jsp) and check if that works ? And if you specify @ParentPackage why you adding interceptor into struts.xml ? Could you show the who

Re: Struts2-jQuery plugin

2012-11-22 Thread lucas owen
Hi Zoran I don't need to use the plugin, simple jQuery is good as long as it works Could you please show your code? Thanks. 2012/11/22 Zoran Avtarovski > Hi Lucas, > > I don't use the plugin as I find using jQuery without a plugin to be > simple enough. > > I suspect that if you look at the

Re: json data are not passed in Stuts action

2012-11-22 Thread Stephan Schreck
Hello Martin, i just tried with the struts.xml this time instead of anotations and it worked just fine. The data from the script passed inside the Action without a problem at all. I left my script untouched, so the only thing that i did was removing the anotations from the Action and inserti

Re: help urgent needs

2012-11-22 Thread vivek jaiswal
Dear Gaurav, Get sdate in Date Format in action. Convert it to String through SimpleDateFormat Class. SimpleDateFormat dateformat = new SimpleDateFormat("hh:mm:ss"); String stime=dateformat.format(sdate); regards VIVEK www.vivekjaiswal.info From: Gaurav Tri