Your XHTML fragment must be deployed to nuxeo.war directory in your application
server.
so if you put that :
<template mode="any">mypath/mytemplate.xhtml</template>
Your file must be in
nuxeo.ear/nuxeo.war/mypath/mytemplate.xhtml
So in your project eclipse, you have to :
- put this file in
my-project/src/main/resources/nuxeo.war/mypath/mytemplate.xhtml
- ask to the runtime to deploy this file in nuxeo.war with appending that in
your deployment-fragment :
<install>
<unzip from="${bundle.fileName}" to="/">
<include>nuxeo.war/**</include>
</unzip>
</install>
For your widget you do the same.
Hope this help.
--
Posted by "bjalon" at Nuxeo Discussions <http://nuxeo.org/discussions>
View the complete thread:
<http://www.nuxeo.org/discussions/thread.jspa?threadID=2572#7188>
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm