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]>

