If I have a method which has a signature of
String myMethod(MyObject obj)
then in a JSP page the following should cause a validation error
<%= myClass.myMethod("ohoh") %>
as I am trying to pass in a String not a MyObject, right?
I have validation turned on everywhere I could find it, but I do not get errors.
Ecplise 3.1.0, Java 1.5, MyEcplise 4.1.0GA
(I will be upgrading to 3.2 and 5.0 once 5.0 goes GA)