I created a form which asks for a variety of text, numbers, and picklists, and upon hitting submit I get "Invalid entries found. Please correct and submit again." and at the bottom it displays "java.lang.IllegalArgumentException".
However, the record is still added to the database with all of the information....
Any thoughts on what is causing this or how to fix it? I have other forms in the same application that ask for similar information, yet they work perfectly.
Thanks in advance
Richard