Hi! I had a discussion with Olivier about the installation of portlets. What works with boxes won't work with portlets, so the strategy is summarized in bug #569
http://bugs.nuxeo.com/bugzilla/show_bug.cgi?id=569 Portlets have the same data structure as CPS documents so the import/export must be done with that in mind, they are content objects like documents. obviously more works need to be done CPSIO (see bug #540) or possibly with CMFSetup when it supports binary attachments and when it can handle CPS documents, but the low-level verifyPortlet() method inspired from verifyBoxes() is definitely not the way to go for site customization... What we are currently using at Chalmers for the import / export of themes and portlets is CPSIO which is the only facility that currently has 100% support for these types of objects. regards /JM _______________________________________________ cps-devel mailing list http://lists.nuxeo.com/mailman/listinfo/cps-devel
