Re: Dynamically adding form beans in plugin

2006-03-25 Thread Joe Germuska
Eamonn: The plugin gets the specific ModuleConfig for the module in which the element appears. If you want to perform a certain setup operation in several modules, then each of them should repeat the same element (or as close to the same as is appropriate.) If you only put the element in

Dynamically adding form beans in plugin

2006-03-25 Thread Eamonn O'Donnell
Hi, I have multiple modules configured in my web application I want to in the init() method of my plugin 1. read a file with some info 2. find a particular ModConfig object corresponding to 1 of my modules 3. According to the info in the file create and add FormBeanConfig objects to that ModConf