<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Thanks Flo, I will definitely check this out. WIll get back to the
    thread on how this works out.<br>
    <br>
    <br>
    <div class="moz-signature">Jeffrey Robbins<br>
      <bold></bold><br>
    </div>
    . . : :On or around 06/16/2011 06:00 AM,
    <a class="moz-txt-link-abbreviated" href="mailto:opencms-dev-request@opencms.org">opencms-dev-request@opencms.org</a> scrawled: : . .
    <blockquote
      cite="mid:mailman.1.1308218401.11947.opencms-dev@opencms.org"
      type="cite">
      <pre wrap="">Send opencms-dev mailing list submissions to
        <a class="moz-txt-link-abbreviated" href="mailto:opencms-dev@opencms.org">opencms-dev@opencms.org</a>

To subscribe or unsubscribe via the World Wide Web, visit
        <a class="moz-txt-link-freetext" href="http://lists.opencms.org/mailman/listinfo/opencms-dev">http://lists.opencms.org/mailman/listinfo/opencms-dev</a>
or, via email, send a message with subject or body 'help' to
        <a class="moz-txt-link-abbreviated" href="mailto:opencms-dev-request@opencms.org">opencms-dev-request@opencms.org</a>

You can reach the person managing the list at
        <a class="moz-txt-link-abbreviated" href="mailto:opencms-dev-owner@opencms.org">opencms-dev-owner@opencms.org</a>

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 (<a class="moz-txt-link-abbreviated" href="mailto:Guengoeren@acocon.de">Guengoeren@acocon.de</a>)
   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 <a class="moz-txt-link-rfc2396E" href="mailto:flakstad@npolar.no"><flakstad@npolar.no></a>
Subject: [opencms-dev] Flex cache and multiple parameters values
To: The OpenCms mailing list <a class="moz-txt-link-rfc2396E" href="mailto:opencms-dev@opencms.org"><opencms-dev@opencms.org></a>
Message-ID:
        <a class="moz-txt-link-rfc2396E" href="mailto:4D405B4872E4E54A95966E6CF909E7F329C5F5CE52@ANTON.nett.npolar"><4D405B4872E4E54A95966E6CF909E7F329C5F5CE52@ANTON.nett.npolar></a>
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: <a class="moz-txt-link-freetext" href="http://lists.opencms.org/pipermail/opencms-dev/attachments/20110615/3733f00c/attachment.html">http://lists.opencms.org/pipermail/opencms-dev/attachments/20110615/3733f00c/attachment.html</a>

------------------------------

Message: 2
Date: Wed, 15 Jun 2011 15:05:51 -0300
From: Daniel Reghin <a class="moz-txt-link-rfc2396E" href="mailto:daniel.reghin@bvsistemas.com.br"><daniel.reghin@bvsistemas.com.br></a>
Subject: [opencms-dev] Editing Issue
To: The OpenCms mailing list <a class="moz-txt-link-rfc2396E" href="mailto:opencms-dev@opencms.org"><opencms-dev@opencms.org></a>
Message-ID:
        <a class="moz-txt-link-rfc2396E" href="mailto:02FAD8E15BF2A44EB035607E0DA2DE6F259065AECE@MOR-EXMBPRD01.bvnet.bv"><02FAD8E15BF2A44EB035607E0DA2DE6F259065AECE@MOR-EXMBPRD01.bvnet.bv></a>
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
<a class="moz-txt-link-abbreviated" href="mailto:daniel.reghin@bvsistemas.com.br">daniel.reghin@bvsistemas.com.br</a>
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 <a class="moz-txt-link-rfc2396E" href="mailto:hopf@synyx.de"><hopf@synyx.de></a>
Subject: Re: [opencms-dev] OpenCMS and resource bundling
To: The OpenCms mailing list <a class="moz-txt-link-rfc2396E" href="mailto:opencms-dev@opencms.org"><opencms-dev@opencms.org></a>
Message-ID: <a class="moz-txt-link-rfc2396E" href="mailto:4DF924C9.60803@synyx.de"><4DF924C9.60803@synyx.de></a>
Content-Type: text/plain; charset=ISO-8859-1

Hi Jeffrey,

Jeffrey Robbins schrieb:
</pre>
      <blockquote type="cite">
        <pre wrap="">Or, is there another method of resource bundling/compression that proven
to work with OpenCMS?

</pre>
      </blockquote>
      <pre wrap="">
There's an Alkacon module available which should do exactly that, never
used it myself though:
<a class="moz-txt-link-freetext" href="http://www.alkacon.com/en/modules/downloads/alkacon_oamp_webopt_1.0.0.html">http://www.alkacon.com/en/modules/downloads/alkacon_oamp_webopt_1.0.0.html</a>

Regards
Flo


------------------------------

Message: 4
Date: Thu, 16 Jun 2011 00:09:21 +0200
From: Fabian Huschka <a class="moz-txt-link-rfc2396E" href="mailto:fhsubscriptions@componio.net"><fhsubscriptions@componio.net></a>
Subject: [opencms-dev] OpenCms 8 and path to container element within
        formatter
To: The OpenCms mailing list <a class="moz-txt-link-rfc2396E" href="mailto:opencms-dev@opencms.org"><opencms-dev@opencms.org></a>
Message-ID: <a class="moz-txt-link-rfc2396E" href="mailto:4DF92D91.6030609@componio.net"><4DF92D91.6030609@componio.net></a>
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 <a class="moz-txt-link-rfc2396E" href="mailto:alejandro.garcia.gil@gmail.com"><alejandro.garcia.gil@gmail.com></a>
Subject: [opencms-dev] Get CmsJspActionElement
To: <a class="moz-txt-link-abbreviated" href="mailto:opencms-dev@opencms.org">opencms-dev@opencms.org</a>
Message-ID: <a class="moz-txt-link-rfc2396E" href="mailto:BANLkTi=o8VXs6MCysq3kzdUFKneiyhuKTA@mail.gmail.com"><BANLkTi=o8VXs6MCysq3kzdUFKneiyhuKTA@mail.gmail.com></a>
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: <a class="moz-txt-link-freetext" href="http://lists.opencms.org/pipermail/opencms-dev/attachments/20110616/51b00078/attachment-0001.htm">http://lists.opencms.org/pipermail/opencms-dev/attachments/20110616/51b00078/attachment-0001.htm</a>

------------------------------

Message: 6
Date: Thu, 16 Jun 2011 09:19:58 +0200
From: Mario J?ger <a class="moz-txt-link-rfc2396E" href="mailto:m.jaeger@alkacon.com"><m.jaeger@alkacon.com></a>
Subject: Re: [opencms-dev] Editing Issue
To: <a class="moz-txt-link-abbreviated" href="mailto:opencms-dev@opencms.org">opencms-dev@opencms.org</a>
Message-ID: <a class="moz-txt-link-rfc2396E" href="mailto:4DF9AE9E.6020601@alkacon.com"><4DF9AE9E.6020601@alkacon.com></a>
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:
</pre>
      <blockquote type="cite">
        <pre wrap="">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
<a class="moz-txt-link-abbreviated" href="mailto:daniel.reghin@bvsistemas.com.br">daniel.reghin@bvsistemas.com.br</a>
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
<a class="moz-txt-link-freetext" href="http://lists.opencms.org/mailman/listinfo/opencms-dev">http://lists.opencms.org/mailman/listinfo/opencms-dev</a>
</pre>
      </blockquote>
      <pre wrap="">

--
-------------------
Mario J?ger

Alkacon Software GmbH  - The OpenCms Experts
<a class="moz-txt-link-freetext" href="http://www.alkacon.com">http://www.alkacon.com</a> - <a class="moz-txt-link-freetext" href="http://www.opencms.org">http://www.opencms.org</a>


------------------------------

Message: 7
Date: Thu, 16 Jun 2011 09:21:08 +0200
From: <a class="moz-txt-link-abbreviated" href="mailto:Guengoeren@acocon.de">Guengoeren@acocon.de</a>
Subject: [opencms-dev] Mapped Properties aren't saved correctly
To: <a class="moz-txt-link-abbreviated" href="mailto:opencms-dev@opencms.org">opencms-dev@opencms.org</a>
Message-ID:
        <OF7DF60D67.40494501-ONC12578B1.00275FB6-C12578B1.002863A0@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 <a class="moz-txt-link-rfc2396E" href="mailto:flakstad@npolar.no"><flakstad@npolar.no></a>
Subject: Re: [opencms-dev] Get CmsJspActionElement
To: The OpenCms mailing list <a class="moz-txt-link-rfc2396E" href="mailto:opencms-dev@opencms.org"><opencms-dev@opencms.org></a>
Message-ID:
        <a class="moz-txt-link-rfc2396E" href="mailto:4D405B4872E4E54A95966E6CF909E7F329C5F5CF22@ANTON.nett.npolar"><4D405B4872E4E54A95966E6CF909E7F329C5F5CF22@ANTON.nett.npolar></a>
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: <a class="moz-txt-link-abbreviated" href="mailto:opencms-dev-bounces@opencms.org">opencms-dev-bounces@opencms.org</a> [<a class="moz-txt-link-freetext" href="mailto:opencms-dev-bounces@opencms.org">mailto:opencms-dev-bounces@opencms.org</a>] On Behalf Of Alejandro Garc?a Gil
Sent: 16. juni 2011 08:56
To: <a class="moz-txt-link-abbreviated" href="mailto:opencms-dev@opencms.org">opencms-dev@opencms.org</a>
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: <a class="moz-txt-link-freetext" href="http://lists.opencms.org/pipermail/opencms-dev/attachments/20110616/57ca2e3e/attachment-0001.htm">http://lists.opencms.org/pipermail/opencms-dev/attachments/20110616/57ca2e3e/attachment-0001.htm</a>

------------------------------

Message: 9
Date: Thu, 16 Jun 2011 09:48:47 +0200
From: Yves Glodt <a class="moz-txt-link-rfc2396E" href="mailto:yg@mind.lu"><yg@mind.lu></a>
Subject: [opencms-dev] Issues programmatically creating resources
To: The OpenCms mailing list <a class="moz-txt-link-rfc2396E" href="mailto:opencms-dev@opencms.org"><opencms-dev@opencms.org></a>
Message-ID: <a class="moz-txt-link-rfc2396E" href="mailto:BANLkTimEzccsU+h_BsQso9uxV_AoecT6KA@mail.gmail.com"><BANLkTimEzccsU+h_BsQso9uxV_AoecT6KA@mail.gmail.com></a>
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: <a class="moz-txt-link-freetext" href="http://lists.opencms.org/pipermail/opencms-dev/attachments/20110616/4f8440a3/attachment-0001.htm">http://lists.opencms.org/pipermail/opencms-dev/attachments/20110616/4f8440a3/attachment-0001.htm</a>

------------------------------

Message: 10
Date: Thu, 16 Jun 2011 02:04:30 -0700 (PDT)
From: "R. Jonyo" <a class="moz-txt-link-rfc2396E" href="mailto:richjo2000@gmail.com"><richjo2000@gmail.com></a>
Subject: [opencms-dev]  Load templates dynamically
To: <a class="moz-txt-link-abbreviated" href="mailto:opencms-dev@opencms.org">opencms-dev@opencms.org</a>
Message-ID: <a class="moz-txt-link-rfc2396E" href="mailto:31858582.post@talk.nabble.com"><31858582.post@talk.nabble.com></a>
Content-Type: text/plain; charset=us-ascii


Any one knows how to load templates dynamically on JSP?
--
View this message in context: <a class="moz-txt-link-freetext" href="http://old.nabble.com/Load-templates-dynamically-tp31858582p31858582.html">http://old.nabble.com/Load-templates-dynamically-tp31858582p31858582.html</a>
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" <a class="moz-txt-link-rfc2396E" href="mailto:holger.kunicke@av-studio.de"><holger.kunicke@av-studio.de></a>
Subject: Re: [opencms-dev] Flex cache and multiple parameters values
To: <a class="moz-txt-link-abbreviated" href="mailto:opencms-dev@opencms.org">opencms-dev@opencms.org</a>
Message-ID: <a class="moz-txt-link-rfc2396E" href="mailto:4DF9CE48.1050800@av-studio.de"><4DF9CE48.1050800@av-studio.de></a>
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:
</pre>
      <blockquote type="cite">
        <pre wrap="">...

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
</pre>
      </blockquote>
      <pre wrap="">-------------- next part --------------
An HTML attachment was scrubbed...
URL: <a class="moz-txt-link-freetext" href="http://lists.opencms.org/pipermail/opencms-dev/attachments/20110616/a39ee9f1/attachment-0001.htm">http://lists.opencms.org/pipermail/opencms-dev/attachments/20110616/a39ee9f1/attachment-0001.htm</a>

------------------------------

Message: 12
Date: Thu, 16 Jun 2011 11:40:01 +0200
From: "Juan Antonio Ruiz" <a class="moz-txt-link-rfc2396E" href="mailto:jaruiz@sopde.es"><jaruiz@sopde.es></a>
Subject: [opencms-dev] Two elements on schema to mapping
To: <a class="moz-txt-link-rfc2396E" href="mailto:opencms-dev@opencms.org"><opencms-dev@opencms.org></a>
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.



<a class="moz-txt-link-freetext" href="http://intranet/correo/dibujos/pie.gif">http://intranet/correo/dibujos/pie.gif</a>


<a class="moz-txt-link-freetext" href="http://intranet/correo/dibujos/barra.gif">http://intranet/correo/dibujos/barra.gif</a>





<a class="moz-txt-link-freetext" href="http://intranet/correo/dibujos/recicla.gif">http://intranet/correo/dibujos/recicla.gif</a>

 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: <a class="moz-txt-link-freetext" href="http://lists.opencms.org/pipermail/opencms-dev/attachments/20110616/99093cf8/attachment-0001.htm">http://lists.opencms.org/pipermail/opencms-dev/attachments/20110616/99093cf8/attachment-0001.htm</a>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/gif
Size: 1005 bytes
Desc: not available
Url : <a class="moz-txt-link-freetext" href="http://lists.opencms.org/pipermail/opencms-dev/attachments/20110616/99093cf8/attachment-0003.gif">http://lists.opencms.org/pipermail/opencms-dev/attachments/20110616/99093cf8/attachment-0003.gif</a>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/gif
Size: 251 bytes
Desc: not available
Url : <a class="moz-txt-link-freetext" href="http://lists.opencms.org/pipermail/opencms-dev/attachments/20110616/99093cf8/attachment-0004.gif">http://lists.opencms.org/pipermail/opencms-dev/attachments/20110616/99093cf8/attachment-0004.gif</a>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/gif
Size: 749 bytes
Desc: not available
Url : <a class="moz-txt-link-freetext" href="http://lists.opencms.org/pipermail/opencms-dev/attachments/20110616/99093cf8/attachment-0005.gif">http://lists.opencms.org/pipermail/opencms-dev/attachments/20110616/99093cf8/attachment-0005.gif</a>

------------------------------

Message: 13
Date: Thu, 16 Jun 2011 11:54:24 +0200
From: Michael Emmerich <a class="moz-txt-link-rfc2396E" href="mailto:m.emmerich@alkacon.com"><m.emmerich@alkacon.com></a>
Subject: Re: [opencms-dev] OpenCms 8 and path to container element
        within formatter
To: The OpenCms mailing list <a class="moz-txt-link-rfc2396E" href="mailto:opencms-dev@opencms.org"><opencms-dev@opencms.org></a>
Message-ID: <a class="moz-txt-link-rfc2396E" href="mailto:4DF9D2D0.2070701@alkacon.com"><4DF9D2D0.2070701@alkacon.com></a>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Fabian,

</pre>
      <blockquote type="cite">
        <pre wrap="">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)
</pre>
      </blockquote>
      <pre wrap="">
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
<a class="moz-txt-link-freetext" href="http://www.alkacon.com">http://www.alkacon.com</a> - <a class="moz-txt-link-freetext" href="http://www.opencms.org">http://www.opencms.org</a>


------------------------------

_______________________________________________
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
<a class="moz-txt-link-freetext" href="http://mail.opencms.org/mailman/listinfo/opencms-dev">http://mail.opencms.org/mailman/listinfo/opencms-dev</a>

End of opencms-dev Digest, Vol 349, Issue 2
*******************************************

</pre>
    </blockquote>
  </body>
</html>