<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.text.xml.cocoon.user">
    <title>gmane.text.xml.cocoon.user</title>
    <link>http://blog.gmane.org/gmane.text.xml.cocoon.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.xml.cocoon.user/69776"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.xml.cocoon.user/69770"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.xml.cocoon.user/69761"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.xml.cocoon.user/69759"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.xml.cocoon.user/69758"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.xml.cocoon.user/69749"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.xml.cocoon.user/69748"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.xml.cocoon.user/69747"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.xml.cocoon.user/69746"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.xml.cocoon.user/69744"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.xml.cocoon.user/69737"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.xml.cocoon.user/69735"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.xml.cocoon.user/69733"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.xml.cocoon.user/69732"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.xml.cocoon.user/69716"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.xml.cocoon.user/69711"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.xml.cocoon.user/69707"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.xml.cocoon.user/69700"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.xml.cocoon.user/69699"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.xml.cocoon.user/69697"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.text.xml.cocoon.user/69776">
    <title>Inter Server Communications</title>
    <link>http://comments.gmane.org/gmane.text.xml.cocoon.user/69776</link>
    <description>&lt;pre&gt;Hi

I have an application in which I require to send a POST request from the server to another non 
Cocoon website ( to set parameters for a newsletter which uses phplist newsletter software) and the 
response would be in JSON

This would be server to server without any client browser being involved

How do I do this?

Help please

Peter
&lt;/pre&gt;</description>
    <dc:creator>Peter Sparkes</dc:creator>
    <dc:date>2013-05-17T15:20:38</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.xml.cocoon.user/69770">
    <title>Mobile Website</title>
    <link>http://comments.gmane.org/gmane.text.xml.cocoon.user/69770</link>
    <description>&lt;pre&gt;Hi,

I have a requirement to use different sitemap.xmap for mobiles depending on the screen size.

I am using 2.1.11

Please, how do I do this?

Peter
&lt;/pre&gt;</description>
    <dc:creator>Peter Sparkes</dc:creator>
    <dc:date>2013-05-14T06:36:28</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.xml.cocoon.user/69761">
    <title>Sample sitemap.xmap war</title>
    <link>http://comments.gmane.org/gmane.text.xml.cocoon.user/69761</link>
    <description>&lt;pre&gt;Trying to making things up with Cocoon 3-beta, I gave up.
Error points to not founding sitemap.xmap inside jar file in lib/ directory.
Trunk sources from 20130507.

Can somebody send here a simple sitemap web app with Cocoon 3-beta
as a war archive
(with WEB-INF/lib/_all_required_libs_for_c3-beta inside war)
ready to be deployed to e.g. Tomcat 7 ?

A simple web app is just reading HTML file from sitemap:

&amp;lt;map:sitemap xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:map="http://apache.org/cocoon/sitemap"
             xmlns:servlet="http://apache.org/cocoon/servlet"
xmlns:controller="http://apache.org/cocoon/controller"&amp;gt;

  &amp;lt;map:pipelines&amp;gt;
    &amp;lt;!-- ~~~~~~~~~~~~~~~~ map:read ~~~~~~~~~~~~~~~ --&amp;gt;
    &amp;lt;map:pipeline&amp;gt;
      &amp;lt;map:match pattern=""&amp;gt;
        &amp;lt;map:read src="overview.html" /&amp;gt;
      &amp;lt;/map:match&amp;gt;
    &amp;lt;/map:pipeline&amp;gt;
   &amp;lt;/map:pipelines&amp;gt;
&amp;lt;/map:sitemap&amp;gt;

Greetings,
Greg
&lt;/pre&gt;</description>
    <dc:creator>gelo1234</dc:creator>
    <dc:date>2013-05-09T22:11:16</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.xml.cocoon.user/69759">
    <title>Using CatalogManager</title>
    <link>http://comments.gmane.org/gmane.text.xml.cocoon.user/69759</link>
    <description>&lt;pre&gt;With C3.0-beta, I am trying to use CatalogManager.properties to direct
request of a DTD to another location.
I copied the files CatalogManager.properties, catalog.xml, dummy.dtd to

src/main/resources and then to rcl-config/WEB-INF/classes, but not luck.

Is there anything I can do to get the requests to a DTD to be server
through the catalog ??
&lt;/pre&gt;</description>
    <dc:creator>Mansour Al Akeel</dc:creator>
    <dc:date>2013-05-09T14:58:16</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.xml.cocoon.user/69758">
    <title>greetings!</title>
    <link>http://comments.gmane.org/gmane.text.xml.cocoon.user/69758</link>
    <description>&lt;pre&gt;http://euro-plast.su/components/com_ag_google_analytics2/buy.php?cjquftiqr792mtlze
































































































-----------------------
On the side of the software box, in the 'System Requirements' section, it said 'Requires Windows 95 or better'. So I installed Linux.&lt;/pre&gt;</description>
    <dc:creator>Syama Thota</dc:creator>
    <dc:date>2013-04-26T17:20:57</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.xml.cocoon.user/69749">
    <title>cocoon 2.1.12 - memory</title>
    <link>http://comments.gmane.org/gmane.text.xml.cocoon.user/69749</link>
    <description>&lt;pre&gt;Hi,

Has  2.1.12 fixed the 2.1.11 memory leak

Regards

Peter
&lt;/pre&gt;</description>
    <dc:creator>Peter Sparkes</dc:creator>
    <dc:date>2013-04-12T05:50:57</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.xml.cocoon.user/69748">
    <title>Upload widget</title>
    <link>http://comments.gmane.org/gmane.text.xml.cocoon.user/69748</link>
    <description>&lt;pre&gt;Hi ,

When uploading a file with the same name as one previously uploaded a  new file is created with an  
incremented file name eg.

image.jpg
0_ image.jpg
1_ image.jpg
etc.

Please, how can I get the widget to replace the old file with the new file keeping the same file name

Regards

Peter
&lt;/pre&gt;</description>
    <dc:creator>Peter Sparkes</dc:creator>
    <dc:date>2013-04-04T20:07:40</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.xml.cocoon.user/69747">
    <title>WARN ... [sitemap.action.sendmail] (...) TP-Processor2/Sendmail: AddressException:</title>
    <link>http://comments.gmane.org/gmane.text.xml.cocoon.user/69747</link>
    <description>&lt;pre&gt;First of all thank you for making 2.1.12 happen. I always decided there
was nothing exciting to go to 2.2 or 3.0 other than tech. And migration
seemed too much of a daunting task. So I'm grateful to the team that
keeps the 2.1 release alive.

Now since my upgrade I lost my dojo that was loading piecemeal - Thanks!
But I have a new issue the I don't understand.

I have a simple question form on many pages and I want it to send an
e-mail and then go to a thank-you page
----------
function question() {
    // create new form
    var form = new Form("resources/forms/question_def.xml");

    // get the calling URL and disect
    var uri = cocoon.request.getRequestURI();
    // call page with form, until content validated
    form.showForm(uri+".page");
    var senderEMail = form.getChild("email").getValue();
    if ("something" == form.getChild("captcha").getValue()) {
        // send e-mail to support
        var mailSender =
cocoon.getComponent("org.apache.cocoon.mail.MailSender");
        try {
            mai&lt;/pre&gt;</description>
    <dc:creator>Kaj Kandler &lt; at &gt; mail2</dc:creator>
    <dc:date>2013-04-03T02:53:10</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.xml.cocoon.user/69746">
    <title>Date picker missing</title>
    <link>http://comments.gmane.org/gmane.text.xml.cocoon.user/69746</link>
    <description>&lt;pre&gt;Hi,
C211 and Cforms. I somehow managed to loose datepicker icons from 
Cforms date fields. Any hints what's missing? Have I, for example, 
deleted something from the sitemap by accident..?
I can see that in the samples these calendar pickers seem to be working 
just fine.

- mika -
&lt;/pre&gt;</description>
    <dc:creator>mika&lt; at &gt;digikartta.net</dc:creator>
    <dc:date>2013-04-02T08:11:40</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.xml.cocoon.user/69744">
    <title>display html from cocoon in wicket</title>
    <link>http://comments.gmane.org/gmane.text.xml.cocoon.user/69744</link>
    <description>&lt;pre&gt;Hello all,

I am working on a small project with wicket. The components in this project
needs to display html generated by docbook-xsl using cocoon 3.0 beta.

I looked around in the documentation for wicket integration, and they seem
to work directly with Cocoon Components.

This is not what I want. I have the blocks I need already defined in
sitemap.xmap(s).
I am able to do something like this in wicket, this is a prototype:

public class ContentsPage extends WebPage {

    public ContentsPage() {
        String reqUrl;
        reqUrl = "http://wiki.apache.org/jackrabbit/IndexingConfiguration";
        Label contents;
        DefaultHttpClient httpclient = new DefaultHttpClient();
        HttpGet httpGet = new HttpGet(reqUrl);
        try {
            HttpResponse response = httpclient.execute(httpGet);
            HttpEntity entity = response.getEntity();
            if (entity != null) {
                String str = EntityUtils.toString(entity);
                contents = new Label("lbl", str);
         &lt;/pre&gt;</description>
    <dc:creator>Mansour Al Akeel</dc:creator>
    <dc:date>2013-03-31T07:42:21</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.xml.cocoon.user/69737">
    <title>Cocoon 2.1.2: Jetty does not start</title>
    <link>http://comments.gmane.org/gmane.text.xml.cocoon.user/69737</link>
    <description>&lt;pre&gt;Hallo!

I downloaded today a new long-awaited cocoon 2.1.12 (and the corresponding "deps" libraries) and successfully compiled it (Win 7 with jdk1.6.0_24).
But the Jetty container does not start with a message:
"Jetty configuration problem: java.lang.reflect.InvocationTargetException
At org.mortbay.jetty.Server.&amp;lt;init&amp;gt;&amp;lt;Server.java:98&amp;gt;"

Cocoon 2.1.11 runs perfectly in Jetty in this environment.

Thanks in advance!

Viktor Skladov

HIS Hochschul-Informations-System GmbH
Goseriede 9 | 30159 Hannover | www.his.de&amp;lt;http://www.his.de/&amp;gt;

Viktor Skladovs
HIS-Institut für Hochschulforschung
Methoden und Befragungsservices
Telefon +49 (0)511 1220-129 | Fax +49 (0)511 1220-250
E-Mail skladov&amp;lt; at &amp;gt;his.de&amp;lt;mailto:mustername&amp;lt; at &amp;gt;his.de&amp;gt;
Registergericht: Amtsgericht Hannover, HRB 6489
Geschäftsführer: Dipl.-Phys. Wolfgang Körner
Vorsitzender des Aufsichtsrats: Prof. Dr. Andreas Geiger
Umsatzsteuer-Identifikationsnummer: DE115665155

&lt;/pre&gt;</description>
    <dc:creator>Skladovs, Victor</dc:creator>
    <dc:date>2013-03-26T10:42:58</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.xml.cocoon.user/69735">
    <title>Error with logback</title>
    <link>http://comments.gmane.org/gmane.text.xml.cocoon.user/69735</link>
    <description>&lt;pre&gt;I am getting this error. I tried to dig deeper, but couldn't find what
is going on. This is the contents of my applicationContext.xml in the
web-app :

&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:util="http://www.springframework.org/schema/util"
xmlns:configurator="http://cocoon.apache.org/schema/configurator"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
                           http://www.springframework.org/schema/util
http://www.springframework.org/schema/util/spring-util-2.5.xsd

http://cocoon.apache.org/schema/configurator
http://cocoon.apache.org/schema/configurator/cocoon-configurator-1.0.1.xsd"&amp;gt;
&amp;lt;configurator:settings runningMode="dev" /&amp;gt;
&amp;lt;bean name="org.apache.cocoon.spring.configurator.logback"
class="org.apache.cocoon.spring.configurator.logback.LogbackConfigurator"
scope="singleton"&amp;gt;
&amp;lt;property n&lt;/pre&gt;</description>
    <dc:creator>Mansour Al Akeel</dc:creator>
    <dc:date>2013-03-21T01:16:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.xml.cocoon.user/69733">
    <title>[ANN] Apache Cocoon 2.1.12 Released</title>
    <link>http://comments.gmane.org/gmane.text.xml.cocoon.user/69733</link>
    <description>&lt;pre&gt;Apache Cocoon 2.1.12 Released
-----------------------------

   The Apache Cocoon Community is proud to announce the new release
   of Apache Cocoon.

   Apache Cocoon is a web development framework built around the concept
   of separation of concerns (that is: allowing people to do their job
   without having to step on each other toes) and component-oriented web
   RAD.

   The latest version is downloadable from
http://cocoon.apache.org/mirror.cgi
   (Please use the mirrors to download the release - it might take
   a little bit more time until the latest release is available on
   all mirrors, so give the mirrors some time - approx. 24h to update.)

   This release includes many bug fixes and smaller enhancements.

   For more information about Apache Cocoon 2.1.12, please go to
http://cocoon.apache.org. You'll find the whole list of changes at
http://cocoon.apache.org/2.1/changes.html.

The Apache Cocoon Project

&lt;/pre&gt;</description>
    <dc:creator>Cédric Damioli</dc:creator>
    <dc:date>2013-03-20T14:41:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.xml.cocoon.user/69732">
    <title>Cocoon 2.1.12</title>
    <link>http://comments.gmane.org/gmane.text.xml.cocoon.user/69732</link>
    <description>&lt;pre&gt;A big thank you to everybody involved in developing the newly released Cocoon 2.1.12


Peter
&lt;/pre&gt;</description>
    <dc:creator>Peter Sparkes</dc:creator>
    <dc:date>2013-03-20T07:02:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.xml.cocoon.user/69716">
    <title>Dom Transformer</title>
    <link>http://comments.gmane.org/gmane.text.xml.cocoon.user/69716</link>
    <description>&lt;pre&gt;I know this may sound strange, but I like to create a transformation with DOM.
I was able to see Stax and Sax transformation. I was not able to see
one for DOM.

Any advice ?? Examples ??
&lt;/pre&gt;</description>
    <dc:creator>Mansour Al Akeel</dc:creator>
    <dc:date>2013-03-15T18:05:46</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.xml.cocoon.user/69711">
    <title>Relative path for images in FOP</title>
    <link>http://comments.gmane.org/gmane.text.xml.cocoon.user/69711</link>
    <description>&lt;pre&gt;I have this:

&amp;lt;fo:block&amp;gt;
&amp;lt;fo:external-graphic src="url('logo.png')" height="2.00in" width="5.00in" /&amp;gt;
&amp;lt;xsl:apply-templates select="head" /&amp;gt;
......

I am getting this in the logs:

2013-03-10 01:12:29,952 btpool0-1 ERROR apps.FOUserAgent - Image not
found. URI: logo.png. (No context info available)

And of course the image doesn't show on the generated pdf page. I
tried all possible combinations of the image path:

src="logo.png"
src="url('COB-INF/xslts/fo/logo.png')"

The only thing that worked was the absolute path. However, this is not
an option when deploying to the server. So my question is, how do I
get fo2pdf serializer to resolve relative paths ??

Thank you.
&lt;/pre&gt;</description>
    <dc:creator>Mansour Al Akeel</dc:creator>
    <dc:date>2013-03-10T06:18:38</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.xml.cocoon.user/69707">
    <title>Cocoon 2.2 WebApp in JBoss 7</title>
    <link>http://comments.gmane.org/gmane.text.xml.cocoon.user/69707</link>
    <description>&lt;pre&gt;Anyone tried running a cocoon 2.2 webapp (war) in JBoss 7? I have run a 
simple cocoon 2.2 app (just says Cocoon 2.2 runs!) in Glassfish and 
Jetty8 but is giving me an error in JBoss 7.1.1

10:45:26,737 DEBUG 
[org.jboss.osgi.framework.internal.AbstractFrameworkService] (MSC 
service thread 1-1) Starting: service jbosgi.Framework.ACTIVATOR in mode 
ON_DEMAND

10:45:26,741 DEBUG [org.jboss.as.osgi] (MSC service thread 1-6) 
Starting: service jboss.osgi.deployment."spectron.war" in mode ACTIVE
10:45:26,746 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-6) 
MSC00001: Failed to start service jboss.osgi.deployment."spectron.war": 
org.jboss.msc.service.StartException in service 
jboss.osgi.deployment."spectron.war": JBAS011966: Failed to install 
deployment: [:1.0.0,location=spectron.war]
at 
org.jboss.as.osgi.deployment.BundleInstallService.start(BundleInstallService.java:100) 

at 
org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) 
[jboss-msc-1.0.2.GA&lt;/pre&gt;</description>
    <dc:creator>Fawzib Rojas</dc:creator>
    <dc:date>2013-03-08T18:15:05</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.xml.cocoon.user/69700">
    <title>Errors in contextblock</title>
    <link>http://comments.gmane.org/gmane.text.xml.cocoon.user/69700</link>
    <description>&lt;pre&gt;A block that was working few weeks ago, now is throwing an exception:

00:31:25.886 [btpool0-1] DEBUG o.a.c.jci.stores.MemoryResourceStore -
reading resource java/lang/ObjectBeanInfo.class
00:31:25.895 [btpool0-1] DEBUG o.a.c.s.DispatcherServlet -
DispatcherServlet: service
servlet=org.apache.cocoon.servlet.XMLSitemapServlet&amp;lt; at &amp;gt;1d1f967
mountPath=/contents servletPath=/contents
pathInfo=/article/760917/en.xml
00:31:25.900 [btpool0-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory -
Returning cached instance of singleton bean
'org.apache.cocoon.jnet.URLHandlerFactoryCollector'
00:31:25.901 [btpool0-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory -
Returning cached instance of singleton bean
'org.apache.cocoon.configuration.Settings'
00:31:25.909 [btpool0-1] ERROR o.a.cocoon.servlet.XMLSitemapServlet -
Can't initialize the RequestProcessor correctly.
org.apache.cocoon.servlet.RequestProcessor$InvalidBaseUrlException: An
exception occurred while retrieving the base URL from the servlet
context.
        at org.apache.coco&lt;/pre&gt;</description>
    <dc:creator>Mansour Al Akeel</dc:creator>
    <dc:date>2013-02-23T05:42:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.xml.cocoon.user/69699">
    <title>(unknown)</title>
    <link>http://comments.gmane.org/gmane.text.xml.cocoon.user/69699</link>
    <description>&lt;pre&gt;A block that was working few weeks ago, now is throwing an exception:

00:31:25.886 [btpool0-1] DEBUG o.a.c.jci.stores.MemoryResourceStore -
reading resource java/lang/ObjectBeanInfo.class
00:31:25.895 [btpool0-1] DEBUG o.a.c.s.DispatcherServlet -
DispatcherServlet: service
servlet=org.apache.cocoon.servlet.XMLSitemapServlet&amp;lt; at &amp;gt;1d1f967
mountPath=/contents servletPath=/contents
pathInfo=/article/760917/en.xml
00:31:25.900 [btpool0-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory -
Returning cached instance of singleton bean
'org.apache.cocoon.jnet.URLHandlerFactoryCollector'
00:31:25.901 [btpool0-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory -
Returning cached instance of singleton bean
'org.apache.cocoon.configuration.Settings'
00:31:25.909 [btpool0-1] ERROR o.a.cocoon.servlet.XMLSitemapServlet -
Can't initialize the RequestProcessor correctly.
org.apache.cocoon.servlet.RequestProcessor$InvalidBaseUrlException: An
exception occurred while retrieving the base URL from the servlet
context.
at org.apache.cocoon.serv&lt;/pre&gt;</description>
    <dc:creator>Mansour Al Akeel</dc:creator>
    <dc:date>2013-02-23T05:37:34</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.xml.cocoon.user/69697">
    <title>question on multi-valued forms widget</title>
    <link>http://comments.gmane.org/gmane.text.xml.cocoon.user/69697</link>
    <description>&lt;pre&gt;Hi there,

In the documentation it says:
Before Cocoon 2.1.8, multivaluefields required a selection list, since 
no input method was available for multivaluefields without a selection 
list. Since Cocoon 2.1.8, this requirement has been dropped and a 
free-entry multivaluefield styling is available.

My question is what should the free-entry multivaluedfield  look like?  
I tried this, in Cocoon 2.1.11:

&amp;lt;fd:multivaluefield id="Icecream"&amp;gt;
&amp;lt;fd:datatype base="string"/&amp;gt;
&amp;lt;fd:selection-list&amp;gt;
&amp;lt;fd:item value="vanilla"/&amp;gt;
&amp;lt;fd:item value="straberry"/&amp;gt;
&amp;lt;fd:item value="peach"/&amp;gt;
&amp;lt;fd:item value="chocolate"/&amp;gt;
&amp;lt;/fd:selection-list&amp;gt;
&amp;lt;/fd:multivaluefield&amp;gt;

  but get a NPE on setValues() as in java.lang.NullPointerException at 
org.apache.cocoon.forms.formmodel.MultiValueField.setValues(MultiValueField.java:225)

Paul
&lt;/pre&gt;</description>
    <dc:creator>Paul G. Joseph</dc:creator>
    <dc:date>2013-02-20T15:52:56</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.xml.cocoon.user/69665">
    <title>Error pattern in block</title>
    <link>http://comments.gmane.org/gmane.text.xml.cocoon.user/69665</link>
    <description>&lt;pre&gt;hi,

I'm trying to do "pattern" to a URL with a simple block of cocoon and I 
have this error:

&amp;lt;exception-report 
class="sun.security.provider.certpath.SunCertPathBuilderException" 
timestamp="Sat, 16 Feb 2013 20:32:37 +0100"&amp;gt;
&amp;lt;message&amp;gt;
unable to find valid certification path to requested target
&amp;lt;/message&amp;gt;
&amp;lt;stacktrace&amp;gt;
sun.security.provider.certpath.SunCertPathBuilderException: unable to 
find valid certification path to requested target at 
sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:174) 
at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:238) at 
sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:318) at 
sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:217) 
at sun.security.validator.Validator.validate(Validator.java:218) at 
com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:126) 
at .....................

The block is this:

&amp;lt;map:pipeline&amp;gt;
     &amp;lt;map:match pattern="product"&amp;gt;
    &lt;/pre&gt;</description>
    <dc:creator>Antonio M. Mérida</dc:creator>
    <dc:date>2013-02-16T20:24:07</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.text.xml.cocoon.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.text.xml.cocoon.user</link>
  </textinput>
</rdf:RDF>
