RE: Please Help! Nested form property attributes.

2003-01-06 Thread Paul Idusogie
: Struts Users Mailing List; [EMAIL PROTECTED] Cc: Samir Shah Subject: Re: Please Help! Nested form property attributes. On Monday, January 6, 2003, 12:44:38 PM, Paul wrote: PI> rootCause PI> java.lang.IllegalArgumentException: argument type mismatch

Re: Please Help! Nested form property attributes.

2003-01-06 Thread Rick Reumann
On Monday, January 6, 2003, 12:44:38 PM, Paul wrote: PI> rootCause PI> java.lang.IllegalArgumentException: argument type mismatch at PI> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at PI> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39 PI> What do

Please Help! Nested form property attributes.

2003-01-06 Thread Paul Idusogie
Please Help! I have the following code snippet in a jsp page . . The attribute user.enrollDate is an attribute of the user class used a the profileForm formBean. I have a c