I'm using Struts framework to developp a big form.
I have that exception when I submit :
javax.servlet.ServletException: BeanUtils.populate
RootCause
java.lang.IllegalArgumentException: argument type mismatch
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method
I guess it's because I'm using wrong type for one of my bean
attributes.. but I just can't find which one !!
any idea to find out which attribute isn't the good type ?
Hi,
I'm using Struts framework to developp a big form.
I have that exception when I submit :
javax.servlet.ServletException: BeanUtils.populate
RootCause
java.lang.IllegalArgumentException: argument type mismatch
at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method