If I instead explicitly list each parameter, it works.
Suspecting a bean introspection issue, I wrote a little ditty that checks the type of each bean property and the parameter type of its setter method. All match. I also checked all request parameters against matching property setters in bean and no mismatches.
What should I look for? I've reviewed JspRuntimeLibrary.internalIntrospecthelper() and only candidates I see are the method invocations.
--------------------------------------------------------------------- To start a new topic, e-mail: users@(protected) To unsubscribe, e-mail: users-unsubscribe@(protected) For additional commands, e-mail: users-help@(protected)