|
I have a Collection (List) of DynaBeans
org.apache.commons.beanutils.DynaBean.
The displaytag can’t read the DynaBeans from the collection, it returns a string
representing the name of the bean instead of the bean itself in the id
attribute of the display:table
tag. So, I want to know how to use the displaytag
with DynaBeans instead of conventional beans or ActionForm beans if possible. Thank you in advance. |

