Re: Repost:- Accessing an array from within a JSP

2005-12-03 Thread Mon Cab
Lauri I did an explicit cast and it worked. Thanks so much. --- Laurie Harper <[EMAIL PROTECTED]> wrote: > Mon Cab wrote: > > Sorry. The formatting was messed up on my first post. Hopefully > this > > is better > > > > I am trying to define a string array as a property of > DynaValidatorF

Re: Repost:- Accessing an array from within a JSP

2005-12-01 Thread Laurie Harper
Mon Cab wrote: Sorry. The formatting was messed up on my first post. Hopefully this is better I am trying to define a string array as a property of DynaValidatorForm in my struts config file and then access that array from within a JSP but am getting an incompatible types error when trying to

Repost:- Accessing an array from within a JSP

2005-11-30 Thread Mon Cab
Sorry. The formatting was messed up on my first post. Hopefully this is better I am trying to define a string array as a property of DynaValidatorForm in my struts config file and then access that array from within a JSP but am getting an incompatible types error when trying to do this. My fr