[template_list] Jahia 6 Community Edition : navigationmenu issue

2009-02-06 Thread MesDocs ParMail
Hi all, Reading the documentation on the jahia site, I modified the nav.jspf file in web_templates to see the navigationMenu behaviour with kind=dropDownMenu As a result, the menu has disappeared. In the tomcat console, I find this WARN [org.jahia.bin.errors.ErrorLoggingFilter] - Requested

[template_list] Jahia 6 - Length of a container field

2009-02-10 Thread MesDocs ParMail
Hi, How can I test the length of a container field (BigText) ? In version 5 of jahia I did the following via scriptlet : String MyFieldDesc = myContainer.getFieldValue(FieldDesc,); String excerpt = removeTags(MyFieldDesc); if ((excerpt.length()) 0) { . } In Jahia 6 I can access the field

Re: [template_list] Jahia 6 Community Edition - size of a containerList populated by a query

2009-02-17 Thread MesDocs ParMail
} no events at all /c:if /template:containerList Could you give us, please, the example of code, you are trying to use? Kind regards Sergiy MesDocs ParMail wrote: Hi, I'd like to retrieve the size of a containerList populated by a query. My page will have different

Re: [template_list] Jahia 6 Community Edition - size of a containerList populated by a query

2009-02-17 Thread MesDocs ParMail
think that name should be set as a required attribute. Please try it and let me know, if it worked. Regards, Benjamin On 17.02.2009 22:08, MesDocs ParMail wrote: Hello, I code the template in the same manner as the web_templates. The taglib has been translated. I found this line of code

[template_list] Jahia 6 Community - Page Url

2009-03-11 Thread MesDocs ParMail
Hi, I'm currently developping a template container which description is [my_templates:TestContainer] jnt:container smallText TestTitle bigText TestDescription page TestURL (page[type=internal,external]) fileTestFile In my page, I'd like

[template_list] Template deployment problem and schema error

2009-03-13 Thread MesDocs ParMail
Hi, I have tried to deploy my templates via the maven deploy action (described in jahiapedia), but it does not work anymore. In the Eclipse console, there is this output : [WARNING] Attempting to build MavenProject instance for Artifact

Re: [template_list] Template deployment problem and schema error

2009-03-13 Thread MesDocs ParMail
with the maven-jahia-plugin snapshot uploaded yesterday as it was not compatible with the community edition. Due to your mail we have uploaded a new version right now. So could you please try again? Regards, Benjamin Am 13.03.2009 12:40, MesDocs ParMail schrieb: Thank you. I have modified my

Re: [template_list] Template deployment problem and schema error

2009-03-16 Thread MesDocs ParMail
are deployed to Root/jsp/jahia/templates but the version uses the Root/templates folder. Is there a parameter to modify in order to deploy in the folder i want ? Regards, Mesdocs. 2009/3/13 MesDocs ParMail mesdocs.parm...@gmail.com: Hi Benjamin, I've just tried again the deployment. It works

Re: [template_list] Jahia 6 community Edition : Adding a portlet in my page

2009-03-23 Thread MesDocs ParMail
Hi Amine, Did you succeed in creating a new mashup based on your portlet in the Mashup Manager Tool ? Regards, Mesdocs. 2009/3/19 amine abou...@lxsolutions.com: Thanks I tried with full template, portlet container, add portlet... I get a popup dialog but my portlet is still not in the

Re: [template_list] Jahia 6 community Edition : Adding a portlet in my page

2009-03-23 Thread MesDocs ParMail
Did you read the documentation at http://www.jahia.org/cms/home/jahiapedia/Portlet_Integration ? Maybe you didn't modify the web.xml file as described in the article. Mesdocs. 2009/3/23 amine abou...@lxsolutions.com: MesDocs ParMail wrote: 3/ A new window appears with a list of available

[template_list] Jahia 6 - Errors in tomcat console

2009-03-25 Thread MesDocs ParMail
Hi all, I have installed a new version of Jahia 6 and deployed my templates. When I create a container I have defined, I got the following error messages in the console ? Does anyone have an idea how to fix this ? This is the console output : 2009-03-25 18:25:28,775: ERROR