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: Getting following exception while trying validation mechanism in struts2

2012-07-30 Thread prasad.th16
struts.ui.templateSuffix was to it’s default value as I have not declared this property explicitly. Regards, Prasad From: lukaszlenart [via Struts] [mailto:ml-node+s1045723n571032...@n5.nabble.com] Sent: Monday, July 30, 2012 12:52 PM To: Thakur, Dattaprasad Subject: Re: Getting followi

Getting following exception while trying validation mechanism in struts2

2012-07-27 Thread prasad.th16
Hi, I am trying to use struts 2 xml validation framework. But I come across errors. I am using Struts 2.1.8.1. Here is my action : public class RegistrationAction extends ActionSupport{ private String fName; private String lName; private String selGender; private Da