[opencms-dev] OpenCMS and resource bundling

Jeffrey Robbins jeffrey.robbins at synchronoss.com
Mon Jun 20 19:59:00 CEST 2011


Thanks Flo, I will definitely check this out. WIll get back to the 
thread on how this works out.


Jeffrey Robbins

. . : :On or around 06/16/2011 06:00 AM, opencms-dev-request at opencms.org 
scrawled: : . .
> Send opencms-dev mailing list submissions to
>          opencms-dev at opencms.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>          http://lists.opencms.org/mailman/listinfo/opencms-dev
> or, via email, send a message with subject or body 'help' to
>          opencms-dev-request at opencms.org
>
> You can reach the person managing the list at
>          opencms-dev-owner at opencms.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of opencms-dev digest..."
>
>
> Today's Topics:
>
>     1. Flex cache and multiple parameters values (Paul-Inge Flakstad)
>     2. Editing Issue (Daniel Reghin)
>     3. Re: OpenCMS and resource bundling (Florian Hopf)
>     4. OpenCms 8 and path to container element within    formatter
>        (Fabian Huschka)
>     5. Get CmsJspActionElement (Alejandro Garc?a Gil)
>     6. Re: Editing Issue (Mario J?ger)
>     7. Mapped Properties aren't saved correctly (Guengoeren at acocon.de)
>     8. Re: Get CmsJspActionElement (Paul-Inge Flakstad)
>     9. Issues programmatically creating resources (Yves Glodt)
>    10.  Load templates dynamically (R. Jonyo)
>    11. Re: Flex cache and multiple parameters values (Kunicke, Holger)
>    12. Two elements on schema to mapping (Juan Antonio Ruiz)
>    13. Re: OpenCms 8 and path to container element within formatter
>        (Michael Emmerich)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 15 Jun 2011 15:05:00 +0200
> From: Paul-Inge Flakstad<flakstad at npolar.no>
> Subject: [opencms-dev] Flex cache and multiple parameters values
> To: The OpenCms mailing list<opencms-dev at opencms.org>
> Message-ID:
>          <4D405B4872E4E54A95966E6CF909E7F329C5F5CE52 at ANTON.nett.npolar>
> Content-Type: text/plain; charset="us-ascii"
>
> Hello everyone,
>
> I'd like to use flex cache for a JSP which generates a list of resources, which is filterable (using categories).
>
> The "filter categories" are added to the request as url-encoded parameters, so a unique list URL would look like this:
>
> 1)    mysite.com/en/list.html?cat=/category/one/
>
> For this type of URL, I can cache each list output by setting the cache property to "params=(cat)". So far so good.
>
> The problem arise when the list is filtered using multiple categories. The URLs for such lists look like this:
>
> 2)    mysite.com/en/list.html?cat=/category/one/&cat=/category/two/
>
> With the cache property set to "params=(cat)", flex cache only considers the first "cat" parameter, producing the same output as for 1). Only the first "cat" parameter is considered.
>
> To cache the initial page, I've set the cache property to "no-params=(cat)" - I was unable to find any other solution.
>
> Is there any way to accomplish what I want with flex cache?
>
> (PS I am aware of the workaround solution; using a delimiter character to separate categories and having a single parameter string for "cat", but I was hoping to avoid that one.)
>
> Best regards,
> Paul
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://lists.opencms.org/pipermail/opencms-dev/attachments/20110615/3733f00c/attachment.html
>
> ------------------------------
>
> Message: 2
> Date: Wed, 15 Jun 2011 15:05:51 -0300
> From: Daniel Reghin<daniel.reghin at bvsistemas.com.br>
> Subject: [opencms-dev] Editing Issue
> To: The OpenCms mailing list<opencms-dev at opencms.org>
> Message-ID:
>          <02FAD8E15BF2A44EB035607E0DA2DE6F259065AECE at MOR-EXMBPRD01.bvnet.bv>
> Content-Type: text/plain; charset="us-ascii"
>
> Editing a page, saving it and after that close the editor, It seems that OpenCms loses its references to the temporary file.
>
>
> oprg.opencms.main.CmsRuntimeException: It's not possible to get the String value of a nested XML content definition.
>          at org.opencms.xml.types.CmsXmlNestedContentDefinition.getStringValue(CmsXmlNestedContentDefinition.java:140)
>          at org.opencms.xml.A_CmsXmlDocument.getStringValue(A_CmsXmlDocument.java:417)
>          at org.opencms.loader.A_CmsXmlDocumentLoader.dumpAsString(A_CmsXmlDocumentLoader.java:149)
>          at org.opencms.loader.CmsXmlContentLoader.dumpAsString(CmsXmlContentLoader.java:52)
>          at org.opencms.loader.A_CmsXmlDocumentLoader.service(A_CmsXmlDocumentLoader.java:245)
>          at org.opencms.loader.CmsXmlContentLoader.service(CmsXmlContentLoader.java:52)
>          at org.opencms.flex.CmsFlexRequestDispatcher.includeInternalWithCache(CmsFlexRequestDispatcher.java:425)
>          at org.opencms.flex.CmsFlexRequestDispatcher.include(CmsFlexRequestDispatcher.java:17
>
> Daniel Reghin
> BV Sistemas
> daniel.reghin at bvsistemas.com.br
> Fone: (55 11) 5171-4576
> Celular: (55 11) 7028-0287
> -------------- next part --------------
>
> Esta mensagem e seus anexos podem conter informa??es confidenciais ou privilegiadas. Se voc? n?o ? o destinat?rio, voc? n?o est? autorizado a utilizar o material para qualquer fim. Solicitamos que voc? apague a mensagem e avise imediatamente o remetente. O conte?do desta mensagem e seus anexos n?o representam necessariamente a opini?o e a inten??o da empresa, n?o implicando em qualquer obriga??o ou responsabilidade por parte desta.
>
> This message may contain confidential and/or privileged information. If you are not the addressee or authorized to receive this for the addressee, you must not use, copy, disclose or take any action based on this message or any information herein. If you have received this message in error, please advise the sender immediately by reply e-mail and delete this message. The contents of this message and its attachments do not necessarily express the opinion or the intention of the company, and do not imply any legal obligation or responsibilities from this company.
>
> ------------------------------
>
> Message: 3
> Date: Wed, 15 Jun 2011 23:31:53 +0200
> From: Florian Hopf<hopf at synyx.de>
> Subject: Re: [opencms-dev] OpenCMS and resource bundling
> To: The OpenCms mailing list<opencms-dev at opencms.org>
> Message-ID:<4DF924C9.60803 at synyx.de>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Hi Jeffrey,
>
> Jeffrey Robbins schrieb:
>> Or, is there another method of resource bundling/compression that proven
>> to work with OpenCMS?
>>
> There's an Alkacon module available which should do exactly that, never
> used it myself though:
> http://www.alkacon.com/en/modules/downloads/alkacon_oamp_webopt_1.0.0.html
>
> Regards
> Flo
>
>
> ------------------------------
>
> Message: 4
> Date: Thu, 16 Jun 2011 00:09:21 +0200
> From: Fabian Huschka<fhsubscriptions at componio.net>
> Subject: [opencms-dev] OpenCms 8 and path to container element within
>          formatter
> To: The OpenCms mailing list<opencms-dev at opencms.org>
> Message-ID:<4DF92D91.6030609 at componio.net>
> Content-Type: text/plain; charset=ISO-8859-15
>
> Hi,
>
> is it possible to retrieve the path to a container element within its formatter?
> If so how? I could not find any clue in the template III or the OpenCms 8
> development module.
> Is the JavaDoc documentation for OpenCms 8 available anytime soon? (no pun intended)
>
>
> Many thanks,
>
>
> \Fabian
>
>
>
>
> ------------------------------
>
> Message: 5
> Date: Thu, 16 Jun 2011 08:56:18 +0200
> From: Alejandro Garc?a Gil<alejandro.garcia.gil at gmail.com>
> Subject: [opencms-dev] Get CmsJspActionElement
> To: opencms-dev at opencms.org
> Message-ID:<BANLkTi=o8VXs6MCysq3kzdUFKneiyhuKTA at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi,
>
> I need get the CmsJspActionElement from a function.
>
> In this function i have access only to the CmsObject, I_CmsXmlContentValue
> and CmsXmlContentErrorHandler.
>
> Is there some way from those objects, to get the CmsJspActionElement?
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://lists.opencms.org/pipermail/opencms-dev/attachments/20110616/51b00078/attachment-0001.htm
>
> ------------------------------
>
> Message: 6
> Date: Thu, 16 Jun 2011 09:19:58 +0200
> From: Mario J?ger<m.jaeger at alkacon.com>
> Subject: Re: [opencms-dev] Editing Issue
> To: opencms-dev at opencms.org
> Message-ID:<4DF9AE9E.6020601 at alkacon.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hi Daniel Reghin,
>
> What servlet container do you use (Tomcat, WebSphere)?
>
> Kind Regards,
> Mario.
>
>
>
> Am 15.06.2011 20:05, schrieb Daniel Reghin:
>> Editing a page, saving it and after that close the editor, It seems that OpenCms loses its references to the temporary file.
>>
>>
>> oprg.opencms.main.CmsRuntimeException: It's not possible to get the String value of a nested XML content definition.
>>        at org.opencms.xml.types.CmsXmlNestedContentDefinition.getStringValue(CmsXmlNestedContentDefinition.java:140)
>>        at org.opencms.xml.A_CmsXmlDocument.getStringValue(A_CmsXmlDocument.java:417)
>>        at org.opencms.loader.A_CmsXmlDocumentLoader.dumpAsString(A_CmsXmlDocumentLoader.java:149)
>>        at org.opencms.loader.CmsXmlContentLoader.dumpAsString(CmsXmlContentLoader.java:52)
>>        at org.opencms.loader.A_CmsXmlDocumentLoader.service(A_CmsXmlDocumentLoader.java:245)
>>        at org.opencms.loader.CmsXmlContentLoader.service(CmsXmlContentLoader.java:52)
>>        at org.opencms.flex.CmsFlexRequestDispatcher.includeInternalWithCache(CmsFlexRequestDispatcher.java:425)
>>        at org.opencms.flex.CmsFlexRequestDispatcher.include(CmsFlexRequestDispatcher.java:17
>>
>> Daniel Reghin
>> BV Sistemas
>> daniel.reghin at bvsistemas.com.br
>> Fone: (55 11) 5171-4576
>> Celular: (55 11) 7028-0287
>>
>>
>>
>>
>> Esta mensagem e seus anexos podem conter informa??es confidenciais ou privilegiadas. Se voc? n?o ? o destinat?rio, voc? n?o est? autorizado a utilizar o material para qualquer fim. Solicitamos que voc? apague a mensagem e avise imediatamente o remetente. O conte?do desta mensagem e seus anexos n?o representam necessariamente a opini?o e a inten??o da empresa, n?o implicando em qualquer obriga??o ou responsabilidade por parte desta.
>>
>> This message may contain confidential and/or privileged information. If you are not the addressee or authorized to receive this for the addressee, you must not use, copy, disclose or take any action based on this message or any information herein. If you have received this message in error, please advise the sender immediately by reply e-mail and delete this message. The contents of this message and its attachments do not necessarily express the opinion or the intention of the company, and do not imply any legal obligation or responsibilities from this company.
>>
>>
>>
>>
>> _______________________________________________
>> This mail is sent to you from the opencms-dev mailing list
>> To change your list options, or to unsubscribe from the list, please visit
>> http://lists.opencms.org/mailman/listinfo/opencms-dev
>
> --
> -------------------
> Mario J?ger
>
> Alkacon Software GmbH  - The OpenCms Experts
> http://www.alkacon.com - http://www.opencms.org
>
>
> ------------------------------
>
> Message: 7
> Date: Thu, 16 Jun 2011 09:21:08 +0200
> From: Guengoeren at acocon.de
> Subject: [opencms-dev] Mapped Properties aren't saved correctly
> To: opencms-dev at opencms.org
> Message-ID:
>          <OF7DF60D67.40494501-ONC12578B1.00275FB6-C12578B1.002863A0 at LocalDomain>
>
> Content-Type: text/plain; charset=US-ASCII
>
>
> Hi there,
>
> we're running version 7.5.1 at the moment and expericing some strange issue
> with a custom schema type. The according schema parts
>
> <xsd:sequence>
>          <xsd:element name="Publish" type="OpenCmsString" />
>          ...
> </xsd:sequence>
>
> <mappings>
>          <mapping element="Publish" mapto="property:publishFlag" />
> </mappings>
>
> Nothing special here but sometimes this mapping doesn't seem to work
> correctly, seems like resources run out of sync. If I look at the resource
> properties the property value is shown as: (e.g.) "done" but in edit mode I
> see "will published" in the according field. After a save everythings seems
> to be ok again.
>
> Does somebody else has this kind of problems? Am I facing a known bug?
>
> Regards
>
>
>
> ------------------------------
>
> Message: 8
> Date: Thu, 16 Jun 2011 09:34:52 +0200
> From: Paul-Inge Flakstad<flakstad at npolar.no>
> Subject: Re: [opencms-dev] Get CmsJspActionElement
> To: The OpenCms mailing list<opencms-dev at opencms.org>
> Message-ID:
>          <4D405B4872E4E54A95966E6CF909E7F329C5F5CF22 at ANTON.nett.npolar>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi Alejandro,
>
> I'm pretty sure the answer is "no". I don't think there is a way to get/create a usable CmsJspActionElement instance using only those objects.
>
> Best regards,
> Paul
>
> ________________________________
> From: opencms-dev-bounces at opencms.org [mailto:opencms-dev-bounces at opencms.org] On Behalf Of Alejandro Garc?a Gil
> Sent: 16. juni 2011 08:56
> To: opencms-dev at opencms.org
> Subject: [opencms-dev] Get CmsJspActionElement
>
> Hi,
>
> I need get the CmsJspActionElement from a function.
>
> In this function i have access only to the CmsObject, I_CmsXmlContentValue and CmsXmlContentErrorHandler.
>
> Is there some way from those objects, to get the CmsJspActionElement?
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://lists.opencms.org/pipermail/opencms-dev/attachments/20110616/57ca2e3e/attachment-0001.htm
>
> ------------------------------
>
> Message: 9
> Date: Thu, 16 Jun 2011 09:48:47 +0200
> From: Yves Glodt<yg at mind.lu>
> Subject: [opencms-dev] Issues programmatically creating resources
> To: The OpenCms mailing list<opencms-dev at opencms.org>
> Message-ID:<BANLkTimEzccsU+h_BsQso9uxV_AoecT6KA at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Hi there,
>
> I am currently trying to do a interface to a Website where you can import
> files to the VFS with an http post.
>
> Unfortunately it does not work, and I do not find why. I get an exception
> with the only message "Error creating the resource "/thepath/".
>
> Here is the code, maybe someone spots the error :-)
>
> Best regards,
> Yves
>
>
>
> <%@ page language="java" contentType="text/html; charset=UTF-8"
> pageEncoding="UTF-8" session="false" %>
> <%@ page import="java.io.*, java.lang.*, java.util.*, java.text.*" %>
> <%@ page import="javax.servlet.*, javax.servlet.http.*" %>
> <%@ page import="org.opencms.*, org.opencms.main.*, org.opencms.flex.*,
> org.opencms.jsp.*, org.opencms.file.*, org.opencms.file.types.*" %>
> <%@ page import="org.apache.commons.lang.*" %>
> <%@ page import="org.apache.commons.fileupload.*,
> org.apache.commons.fileupload.disk.*,
> org.apache.commons.fileupload.servlet.*" %>
> <%
>
> FileItemFactory factory = new DiskFileItemFactory();
> ServletFileUpload upload = new ServletFileUpload(factory);
>
> List<FileItem>  items = null;
>
> try {
>      items = upload.parseRequest(request);
> } catch (FileUploadException e) {
>      out.println("Error parsing request");
>      System.out.println(request.getRemoteAddr()+": Import: Error parsing
> request.");
>      return;
> }
>
> Iterator<FileItem>  iter = items.iterator();
>
> Integer no_dossier = null;
> String no_article = null;
> String filename = null;
> byte[] bytes = null;
>
> while (iter.hasNext()) {
>      FileItem item = (FileItem) iter.next();
>
>      if (item.isFormField()) {
>
>          if (item.getFieldName().equals("no_dossier")) {
>              no_dossier = Integer.parseInt(item.getString());
>          }
>
>          if (item.getFieldName().equals("no_article")) {
>              no_article = item.getString();
>          }
>
>      } else {
>          filename = item.getName();
>          bytes = item.get();
>      }
> }
>
> try {
>
>      CmsObject cms = OpenCms.initCmsObject("Guest");
>      cms.loginUser("contentcreator", "thepassword");
>
>      if (!cms.existsResource("/images")) {
>          System.out.println("Creating /images");
>          cms.createResource("/images",
> CmsResourceTypeFolder.RESOURCE_TYPE_ID);
>      }
>
>      if (!cms.existsResource("/images/articles")) {
>          System.out.println("Creating /images/articles");
>          cms.createResource("/images/articles",
> CmsResourceTypeFolder.RESOURCE_TYPE_ID);
>      }
>
>      if (!cms.existsResource("/images/articles/"+no_dossier)) {
>          System.out.println("Creating /images/articles/"+no_dossier);
>          cms.createResource("/images/articles/"+no_dossier,
> CmsResourceTypeFolder.RESOURCE_TYPE_ID);
>      }
>
>      if (!cms.existsResource("/images/articles/"+no_dossier+"/"+no_article))
> {
>          System.out.println("Creating
> /images/articles/"+no_dossier+"/"+no_article);
>          cms.createResource("/images/articles/"+no_dossier+"/"+no_article,
> CmsResourceTypeFolder.RESOURCE_TYPE_ID);
>      }
>
>      String newResname =
> cms.getRequestContext().getFileTranslator().translateResource("/images/articles/"+no_dossier+"/"+no_article+"/"
> + filename);
>      int resTypeId =
> OpenCms.getResourceManager().getDefaultTypeForName(filename).getTypeId();
>      cms.createResource(newResname, resTypeId, bytes, null);
>
>      cms.unlockResource("/images/articles/"+no_dossier);
>      cms.unlockResource("/images/articles/"+no_dossier+"/"+no_article);
>
>      //cms.publishResource(newResname);
>      //OpenCms.getPublishManager().publishResource(cms, folder);
>      //OpenCms.getPublishManager().waitWhileRunning();
>
> } catch (Exception e) {
>      out.println("Error: "+e.getMessage() );
> }
>
> %>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://lists.opencms.org/pipermail/opencms-dev/attachments/20110616/4f8440a3/attachment-0001.htm
>
> ------------------------------
>
> Message: 10
> Date: Thu, 16 Jun 2011 02:04:30 -0700 (PDT)
> From: "R. Jonyo"<richjo2000 at gmail.com>
> Subject: [opencms-dev]  Load templates dynamically
> To: opencms-dev at opencms.org
> Message-ID:<31858582.post at talk.nabble.com>
> Content-Type: text/plain; charset=us-ascii
>
>
> Any one knows how to load templates dynamically on JSP?
> --
> View this message in context: http://old.nabble.com/Load-templates-dynamically-tp31858582p31858582.html
> Sent from the OpenCMS - Dev mailing list archive at Nabble.com.
>
>
>
> ------------------------------
>
> Message: 11
> Date: Thu, 16 Jun 2011 11:35:04 +0200
> From: "Kunicke, Holger"<holger.kunicke at av-studio.de>
> Subject: Re: [opencms-dev] Flex cache and multiple parameters values
> To: opencms-dev at opencms.org
> Message-ID:<4DF9CE48.1050800 at av-studio.de>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hello Paul,
>
> Your guess with the "workaround" solution sounds the best. In some situatiuons I
> make it so.
>
> Depending on the numbers of multiple categories, a solution would be to use more
> parameters: "cat1", "cat2", ...
>
> Regards
> Holger
>
> Am 15.06.2011 15:05, schrieb Paul-Inge Flakstad:
>> ...
>>
>> The problem arise when the list is filtered using multiple categories.
>> The URLs for such lists look like this:
>> 2)    mysite.com/en/list.html?cat=/category/one/&cat=/category/two/
>> With the cache property set to "params=(cat)", flex cache only considers the
>> first "cat" parameter, producing the same output as for 1). Only the
>> first "cat" parameter is considered.
>> To cache the initial page, I've set the cache property to "no-params=(cat)" --
>> I was unable to find any other solution.
>> Is there any way to accomplish what I want with flex cache?
>> (PS I am aware of the workaround solution; using a delimiter character to
>> separate categories and having a single parameter string for "cat", but I was
>> hoping to avoid that one.)
>> Best regards,
>> Paul
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://lists.opencms.org/pipermail/opencms-dev/attachments/20110616/a39ee9f1/attachment-0001.htm
>
> ------------------------------
>
> Message: 12
> Date: Thu, 16 Jun 2011 11:40:01 +0200
> From: "Juan Antonio Ruiz"<jaruiz at sopde.es>
> Subject: [opencms-dev] Two elements on schema to mapping
> To:<opencms-dev at opencms.org>
> Message-ID:<002401cc2c09$5d9e6050$18db20f0$@es>
> Content-Type: text/plain; charset="iso-8859-1"
>
>
> Hi,
>
>
>
> Can I map two element of schema on a property?
>
>
>
> I have this schema:
>
>
>
> <xsd:sequence>
>
>
>
>              <xsd:element name="Name" type="OpenCmsString" />
>
>
>
>              <xsd:element name="Surname" type="OpenCmsString" />
>
>
>
>
> I would like to do something like this,
>
> <mappings>
>
>       <mapping element="Name,Surname" mapto="property:fullname" />
>
>
>
> How I can it?
>
> Thanks.
>
>
>
> http://intranet/correo/dibujos/pie.gif
>
>
> http://intranet/correo/dibujos/barra.gif
>
>
>
>
>
> http://intranet/correo/dibujos/recicla.gif
>
>   Antes de imprimir este e-mail piense bien si es necesario hacerlo. El
> medioambiente es cosa de todos.
>
>
> En cumplimiento de la Ley Org?nica 15/1999 de 13 de Diciembre de Protecci?n
> de Datos de Car?cter Personal, SOPDE S.A. pone en su conocimiento que los
> datos incluidos en este mensaje est?n dirigidos al destinatario o
> destinatarios designados, por lo que si lo ha recibido por error, le rogamos
> nos lo haga saber a la mayor brevedad posible y elimine el original, no
> estando permitido hacer uso del mensaje. Ponemos en su conocimiento la
> posibilidad de ejercer sus derechos de acceso, rectificaci?n, cancelaci?n y
> oposici?n, por escrito y previa identificaci?n del titular en los t?rminos
> establecidos en la legislaci?n vigente, que podr? hacer efectivos
> dirigi?ndose por escrito a SOPDE S.A. en la Plaza de la Marina 4, 29015
> M?laga.
>
>
>
>
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://lists.opencms.org/pipermail/opencms-dev/attachments/20110616/99093cf8/attachment-0001.htm
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: not available
> Type: image/gif
> Size: 1005 bytes
> Desc: not available
> Url : http://lists.opencms.org/pipermail/opencms-dev/attachments/20110616/99093cf8/attachment-0003.gif
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: not available
> Type: image/gif
> Size: 251 bytes
> Desc: not available
> Url : http://lists.opencms.org/pipermail/opencms-dev/attachments/20110616/99093cf8/attachment-0004.gif
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: not available
> Type: image/gif
> Size: 749 bytes
> Desc: not available
> Url : http://lists.opencms.org/pipermail/opencms-dev/attachments/20110616/99093cf8/attachment-0005.gif
>
> ------------------------------
>
> Message: 13
> Date: Thu, 16 Jun 2011 11:54:24 +0200
> From: Michael Emmerich<m.emmerich at alkacon.com>
> Subject: Re: [opencms-dev] OpenCms 8 and path to container element
>          within formatter
> To: The OpenCms mailing list<opencms-dev at opencms.org>
> Message-ID:<4DF9D2D0.2070701 at alkacon.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Fabian,
>
>> is it possible to retrieve the path to a container element within its formatter?
>> If so how? I could not find any clue in the template III or the OpenCms 8
>> development module.
>> Is the JavaDoc documentation for OpenCms 8 available anytime soon? (no pun intended)
> regarding the JavaDocs, sorry, I guess somehow this was simply forgotten
> to update on the site.....
>
> We will update the JavaDocs with the release of OpenCms 8.0.1 on 29.06.2011.
>
> --
> Kind Regards,
> Michael.
>
> -------------------
> Michael Emmerich
>
> Alkacon Software GmbH  - The OpenCms Experts
> http://www.alkacon.com - http://www.opencms.org
>
>
> ------------------------------
>
> _______________________________________________
> This mail is send to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please visit
> http://mail.opencms.org/mailman/listinfo/opencms-dev
>
> End of opencms-dev Digest, Vol 349, Issue 2
> *******************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20110620/bae5a603/attachment.htm>


More information about the opencms-dev mailing list