Hello,
is it possible to inject alibrary name instead of defining it into a 
.application file ? 
I need this because I've built a menu framework that is built whith HiveMind.
An item specification is defined like :

<contribution configuration-id="jfly.menu.webcomponents.MenuItems">
                <item   id="Administration" 
                                parentId="leftMenu"
                                label="Administration"                          
                                order="1"
                                
rolesConfigurationId="jfly.roles.AccessAdministrator"
                                />
                <item   id="AuditViewer" 
                                parentId="Administration"
                                label="AuditViewer"     
                                page="audit:AuditViewer"
                                
rolesConfigurationId="jfly.roles.AccessAdministrator"   
                                />                              
        </contribution>


So for example, since the framework makes it possible to put jar that contains 
pages into a web application, to translate links I need that a library provide 
its default name, so that page="audit:AuditViewer" can be translated without 
defininig into the .application file the tag
<library id="audit" 
specification-path="/org/jfly/tapestry/JFlyWebAudit.library"/>
    

Thanks in advance,
kiuma

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

Reply via email to