-
Mar 2nd, 2012, 03:46 PM
#1
typemismatch error
Hi,
I have a very simple search form where user can search by entering either id or by name. The id takes an int value and the name takes a string value. I am using Spring validator.
The problem I am facing is that if I keep the id field blank and supply the name filed value it is throwing typemismatch error. But the user can enter either id or filename.
How to solve this issue.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules