This should work. Most files that you would want to customize are referenced by the fallback:// protocol.

ex: fallback://lenya/modules/sitemanagement/usecases/site/create.jx
checks -> {currentpub}/lenya/modules/sitemanagement/usecases/site/create.jx
then ->
{templatepub}/lenya/modules/sitemanagement/usecases/site/create.jx
then -> ...
then -> context:/lenya/modules/sitemanagement/usecases/site/create.jx


Unfortunately, this is what is in the cocoon.xconf file:

<component-instance class="org.apache.lenya.cms.site.usecases.CreateDocument" logger="lenya.site" name="sitemanagement.create">
     <view template="modules/sitemanagement/usecases/site/create.jx"/>
   </component-instance>

However it is being called, it does not recognize the fallback option.

Richard

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

Reply via email to