hi julien, what you describe is possible with the following constraint:
you need to create a page (sorry but you need at least one ;-) ) where you define all containers and containerlist definitions you plan to use and from here you can create, delete and generally speaking manage all the content of your site without the need to navigate from page to page. Of course, there is no full implementation's example of this kind of page in the official templates's set provided by us in distributions, so you need to write a bunch of jsp code to fulfill this requirement, but you can find some code fragment useful for this. from the jahia api you can (re) define, create on the fly any container, containerlist, page or link, and fill all fields inside these containers independently from where you are in the site. for binary content itself, it is possible to access to it by the webdav/slide side from File's type field. dominique joe pillot / jahia france Le 11 mai 07 à 18:23, Julien Poma a écrit : > Hi,i'm using Jahia 5.0.1 for 1 month now > > I feel like Jahia is too much page centric for my needs, I'd like > to have it > more flexible, for example by having a kind of content repository > where content > could be managed (created, edited, ...) separatly from page, or a > least without > having to navigate to the page that will display the content. Is > there a way to > achieve this in Jahia ? > > Thanks, > Julien. > > _______________________________________________ > template_list mailing list > [email protected] > http://lists.jahia.org/cgi-bin/mailman/listinfo/template_list _______________________________________________ template_list mailing list [email protected] http://lists.jahia.org/cgi-bin/mailman/listinfo/template_list
