Re: Strange validation exception

2006-01-04 Thread Niall Pemberton
ax.servlet.http.HttpServletRequest" > msg="errors.required"/> > > so all seems quite OK, but it just don't work ... any idea? ... I just want > to use the > predefined validators but I can't :-( > > Greetings and thx for any help &

Re: Strange validation exception

2006-01-04 Thread Ted Husted
In a situation like this, the best thing is to create a new application that contains just enough code to expose the error. Most often, in creating the application to expose the error, you will find the problem that is causing the error. If not, you will have a concise example to post, so that oth