Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Struts
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Tim Cooke
Campbell Ritchie
paul wheaton
Ron McLeod
Devaka Cooray
Sheriffs:
Jeanne Boyarsky
Liutauras Vilda
Paul Clapham
Saloon Keepers:
Tim Holloway
Carey Brown
Piet Souris
Bartenders:
Forum:
Struts
Invalid field value for field- Date
Chandana Garlapati
Ranch Hand
Posts: 97
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi,
I am getting the Invalid field value for field Date error
my
JSP
file
<s:datetimepicker name="todayDate" label="Format(dd-MMM-yyyy)" displayFormat="dd-MMM-yyyy" />
validation.xml
<field name="todayDate"> <field-validator type="datetime"> <param name="min">1990</param> <param name="max">2020</param> <message><![CDATA[ must be a min 01-01-1990 max 01-01-2020 if supplied ]]></message> </field-validator> </field>
can anyone please help me.
Thanks in advance.
With a little knowledge, a
cast iron skillet
is non-stick and lasts a lifetime.
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
How to crate Multiple ArrayList from one ArrayList
Struts 2 + validate int value.
short-circuit attribute not working in validation file
Invalid field value for field "Date"
Struts2 conversion/validation problem
More...