Hello,
At 29.09.2004 16:12, you wrote:
Hi,
I would like to migrate my web site (http://www.rpn.ch) into JAHIA.
1. I 've read the JAHIA TEMPLATE DEVELOPER GUIDE but I couldn't find out how to build my site navigation with tag libs. May be I need to use container list but it's not very clear how to use this fonction... May be I need STRUTS TAG library...
I don't think it's easy to make a recursive navigation with taglibs; you should better your own navigation.
You will find an example here: http://www.jahia.com/~pol/getpagesubtree.txt
In this example you just have to call getPageSubTree( jData , homePageId, homePageId, 1, pageContext);
2. I would like to know if there is a JSP editor I could use to easy develop template. Currently, I'm using Eclipse with net.sf.colorer_0.6.0 color syntax editor. May be there is a better plugin to do this? If there is a standalone editor, I'm looking for something running under linux, with tag autocompletion, color syntax and other stuff...
For the template edition, I use to create a static HTML file with a HTML editor like Dreamweaver.
Then I split the html file and I add my JSP/taglib code with a simple text editor like Ultraedit.
3. Is there a complete and exhaustive HELP documentation about JAHIA TAG LIB. I was looking for something similar for STRUTS TAG LIB but there is only HTML tutorial, it's not easy to print...
You will find some doc about the Jahia tagLibs on the Draft section http://www.jahia.org/jahia/Jahia/devzone/doc/pid/443
4. How do I know the tag lib I need for my application? Can I mix Struts with JAHIA with JSTL tag libraries?
Yes you can mix taglibs without problems.
5. Where are strored portlets templates?
Please read the draft Jahia 4.0 Template Guide. You will get more informations there.
6. IS it possible to have multiple seet of templates for one site, as a skin choice?
Yes you can deploy several templates set on the same site.
Best regards,
Philippe.
-------=[ pvollenweider at jahia dot com ]=--------- Jahia : A collaborative source CMS and Portal Server www.jahia.org Community and product web site www.jahia.com Commercial services company
