Since we would really like to have an autoload
feature of components. I'd propose the following:

 <component class="org.apache.something" autoload="true">
   <parameter name="test" value=""/>
 </component>

In configure

 componentManager.configure(conf)

the componentManager is supposed on autoload="true" to
do a subsequent lookup of this component (or whatever
is appropriate to create an instance of this component)

Is this a possible sollution?
--
Torsten

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to