Re: Apparent bean:struts / DynaActionForm Class Incompatibility

2003-03-17 Thread darryl . staflund
the future. I appreciate your help. Darryl - Original Message - From: Kris Schneider <[EMAIL PROTECTED]> Date: Monday, March 17, 2003 2:06 pm Subject: Re: Apparent bean:struts / DynaActionForm Class Incompatibility > Darryl, > > As I said, you're not ge

Re: Apparent bean:struts / DynaActionForm Class Incompatibility

2003-03-17 Thread Kris Schneider
this error. Any suggestions? > > Darryl > > > > - Original Message - > From: Kris Schneider <[EMAIL PROTECTED]> > Date: Monday, March 17, 2003 1:28 pm > Subject: Re: Apparent bean:struts / DynaActionForm Class Incompatibility > > > does *not

Re: Apparent bean:struts / DynaActionForm Class Incompatibility

2003-03-17 Thread darryl . staflund
AIL PROTECTED]> Date: Monday, March 17, 2003 1:28 pm Subject: Re: Apparent bean:struts / DynaActionForm Class Incompatibility > does *not* get you a handle to an ActionForm > instance. If you use: > > > > Then you get a handle to a FormBeanConfig instance that represents >

Re: Apparent bean:struts / DynaActionForm Class Incompatibility

2003-03-17 Thread Kris Schneider
does *not* get you a handle to an ActionForm instance. If you use: Then you get a handle to a FormBeanConfig instance that represents the info in your element. Quoting [EMAIL PROTECTED]: > Hi all, > Does anyone know how to get around the following problem: > > 1. I am using a DynaActionForm

Apparent bean:struts / DynaActionForm Class Incompatibility

2003-03-17 Thread darryl . staflund
Hi all, Does anyone know how to get around the following problem: 1. I am using a DynaActionForm class to mediate data exchange between my JSPs and and Action classes. 2. In one JSP, I use the tag to copy one DynaActionForm class to a page scoped scripting variable. 3. Once I have done this,