What exactly is all this DynaActionForm stuff? I've seen references to it but have not been able to find any information on it...
Steve. > -----Original Message----- > From: James Mitchell [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 14, 2002 1:10 PM > To: Struts Users Mailing List > Subject: RE: How-to dynamically name properties? > > > Out of curiosity. > > Why do you need this done? > > You want to be able to tell Struts which get???() and set???() to > call based > on a value in a bean? > > Wouldn't the DynaActionFrom suit your needs? > > JM > > > -----Original Message----- > > From: Michael Marrotte [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, May 14, 2002 3:59 PM > > To: [EMAIL PROTECTED] > > Subject: How-to dynamically name properties? > > > > > > Can someone help me figure a way to do something like this? > > > > <html:select property="x_<bean:write name="y" property="z" > > filter="true"/>"> > > > > What I wanted to do is dynamically name the <html:select> property, > > x_[some-dynamic-value]. > > > > Any idea on how I should really approach this? > > > > Thanks, > > > > --Michael Marrotte > > > > > > -- > > To unsubscribe, e-mail: > > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > > > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

