On Sat, 18 Jan 2003, usha wrote:
> Date: Sat, 18 Jan 2003 12:20:49 +0800 > From: usha <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: Re: RowSetDataSource and BasicDynaBean > > Hi > > in which build did you found this class. i was serching for this class. > could u plz let me in which build of the common-beanutils i can found this. RowSetDynaClass is a very recent addition to commons-beanutils. You'll need to grab a recent nightly build of commons-beanutils from: http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-beanutils/ > > Thnaks > usha > Craig > TK wrote: > > >I am trying to get BasicDynaBean to work within <bean:write> tags but it always >throws > >error. : No getter method for property. Can someone tell me what is wrong.. > > > >I use org.apache.commons.beanutils.RowSetDataSource.getRows that returns a >java.util.List > >of > >org.apache.commons.beanutils.BasicDynaBean. But when I use <bean:write> to get the > >property values, I am getting an error: No getter method for property... > > > >If I use PropertyUtils.copyProperties(myJavaBean, BasicDynaBean)... and then use > >myJavaBean within <bean:write> the code works. > > > >Now I am wondering what is the purpose of DynaBean-s dynamic getter/setter >methods?? If I > >have to write getter/setter for every dynaBean to use it with <bean:write> . > > > >Thanks. > > > >-- > >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]>

