Re: Getting following exception while trying validation mechanism in struts2

2012-08-06 Thread prasad.th16
I could resolve the error. Actually problem was with my converter. It was throwing the null pointer exception in the coverter I wrote to convert the String to date. Thank you very much for the cooperation. Regards, Prasad -- View this message in context: http://struts.1045723.n5.nabble.com/Get

Re: Struts2 and JSON

2012-08-06 Thread Frans Thamura
You can use rest plugina Automatic become json We modify the rest plugins for make it full rest. S2restplugins.java.net F On Aug 7, 2012 6:30 AM, "Alvin Chew" wrote: > Good day, > > > If we have a collection like a list of custom object need to send back to > page via ajax, do we need to used

Re: Struts2 and JSON

2012-08-06 Thread Dave Newton
Without any code or config it's impossible to diagnose why the JSON plugin isn't doing it automatically. Dave On Mon, Aug 6, 2012 at 7:30 PM, Alvin Chew wrote: > Good day, > > > If we have a collection like a list of custom object need to send back to > page via ajax, do we need to used a json

Re: client sided applications

2012-08-06 Thread john feng
You know the data irregularity pattern that needs to be fixed, thus if you have a dbms system such as Oracle, DB2/UDB, etc., then load these csv files into tables to hold all the data, then write the sql scripting or stored procedures to fix the irregular data. (Note, before loading the files, if t

Re: Error while passing list of hidden elements into list of objects

2012-08-06 Thread Arpan
I am using struts1. Can anyone guild how to solve this problem. Thanks On Mon, Aug 6, 2012 at 4:36 PM, Arpan wrote: > Hi All, > > I have a requirement where I am creating hidden input elements and > submitting the form. > > I have a list of objects and my hidden elements "name" attribute shoul

java.io.NotSerializableException: com.opensymphony.xwork2.inject.ContainerImpl$ConstructorInjector

2012-08-06 Thread manjesh
Hi I have Struts2 application Running on Google App Engine. When I add "tokenSession" interceptor to any of the actions (say registration.action) , I do get the following exception. If I remove "tokenSession" Interceptor.. things works fine.., what could be the issue? I have even tried with lates

RE: Struts 1 : Arabic Characters Issue

2012-08-06 Thread Martin Gainty
Maws You have to switch the IME Input Method Editor you are current;y using to enable Arabic characters in Arabic foncts http://en.wikipedia.org/wiki/Input_method_editor and then you will need to adjust your Display (Browser) to support the character set and locale I dont know what OS you have