Re: Getting following exception while trying validation mechanism in struts2

2012-08-07 Thread J. Garcia
For date formatting, a converter is not considered a good practice. Date/number formatting should be done following this guide: http://struts.apache.org/2.3.4/docs/formatting-dates-and-numbers.html A jira related to this is already fixed and hopefully will soon be availabe as release: https://is

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
following exception while trying validation mechanism in struts2 What's the value of struts.ui.templateSuffix ? Check struts.properties, web.xml or struts.xml Regards -- Łukasz mobile +48 606 323 122 http://www.lenart.org.pl/ Warszawa JUG conference - Confitura http://confitu

Re: Getting following exception while trying validation mechanism in struts2

2012-07-30 Thread Łukasz Lenart
What's the value of struts.ui.templateSuffix ? Check struts.properties, web.xml or struts.xml Regards -- Łukasz mobile +48 606 323 122 http://www.lenart.org.pl/ Warszawa JUG conference - Confitura http://confitura.pl/ - To uns

Re: Getting following exception while trying validation mechanism in struts2

2012-07-27 Thread Dave Newton
The exception regards the template, what does the jsp look like? Dave (pardon brevity, typos, and top-quoting; on cell) On Jul 27, 2012 8:12 AM, "prasad.th16" wrote: > 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