Hi,
In an xml file I have under the tag "impl" a reference to a java class. The name of the class can change here.
Is it possible with digester to read in the value of the "impl"-tag(=com.ihb.component.httpinspector.actions.BlockAction) and create an object of this class?
Is this all possible...