Leon Widdershoven wrote:
Thanks,

it sounds pretty complicated. though, especially the configuration of cocoon.xconf.
I have a problem declaring app specific data in the global context; it is
unclean.

You can declare your own config file in cocoon.xconf (at the top):


<cocoon version="2.0" user-roles="/WEB-INF/myfile.xconf">

then in myfile.xconf

<?xml version="1.0" encoding="UTF-8"?>

<role-list>

   <role name="my.super.duper.component"
    shorthand="super"
    default-class="my.super.duper.componentImpl"/>

....



HTH
Jorg


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



Reply via email to