i'd like to use the struts mechanism to create dynamic dynaActionForm which holds applicationwide dbvalues. These values will fill formfields like selects etc.
I habe insertet a <form-bean> tag an the bean is correctly initialised. Now, there seems to be a way to access this bean as follows:
ModuleConfig config = (ModuleConfig) getServletContext().getAttribute(Globals.MODULE_KEY);
FormBeanConfig fc = config.findFormBeanConfig("myForm");
My Problem: how do i populate the fc Object with my db values ?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]