Chaffangeon Brice wrote:
Ok.
Yes it depends on which page/view you are working on.
As far as I know, the dashboard, and the tree_explorer are cached.
May be it's the same for other xhtml.

Anyway, I think it works for me on all document tabs, at least.



for xhtml widgets, the facelets.DEVELOPMENT flag must be set to true

it seems to be false by default

org.nuxeo.ecm.platform/nuxeo-platform-ui-web/src/main/resources/OSGI-INF/deployment-fragment.xml

   <!-- glefter: leave this set to false for now
     if true, chainSelects are not updated properly - issue NXP-589
   -->
   <context-param>
     <param-name>facelets.DEVELOPMENT</param-name>
     <param-value>false</param-value>
   </context-param>


/JM
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to