Dynamically creating a bean to be passed as a parameter to a method  
Author Message
James Yong





PostPosted: 2005-7-18 16:57:00 Top

java-programmer, Dynamically creating a bean to be passed as a parameter to a method Hi all,

I have a bean which I can only knows at runtime. Is it possiblt to create
and populate the bean and then cast it to the required class before passing
it to a method?

Regards,
James