You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Puneet Lakhina <pu...@gmail.com> on 2006/10/06 12:34:06 UTC

Dynamic Bean

Hi,
I have a set of values in  map with appropriate keys. I dont know the keys
that will be present in the map as that is decided on run time. Is it
possible for me to create a bean and populate it based on the keys and
values in the map at run time.
I know BeanUtils.populate can populate a bean, but is there a way to create
that object also dynamically. A LazyBean so to say.


Thanks for any help
-- 
Puneet