Hi ! I'm developing a Tapestry application. For adding a component library, I need to edit the application xml file. I need to add dynamically a library at the start of the web application. Is there a way to do that programatically without editing the application xml file?
<?xml version="1.0"?> <!DOCTYPE application PUBLIC "-//Apache Software Foundation//Tapestry Specification 4.0//EN" "http://jakarta.apache.org/tapestry/dtd/Tapestry_4_0.dtd"> <application name="myWebApp"> <library id="contrib" specification-path="classpath:/org/apache/tapestry/contrib/Contrib.library"/> <library id="tacos" specification-path="/net/sf/tacos/Tacos.library"/> <!-- would like to add a library programatically instead of here---> </application> Thanks so much. D. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]