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 ModConfig object.

I think my big problem would be in finding the correct ModConfig object?  I
know I am passed a ModConfig object in the init method but how can I access
one that I want to manipulate?

Any pointers appreciated
Eamonn

Reply via email to