Re: Cocoon 3 XML serializer

2010-03-03 Thread Reinhard Pötz
Jos Snellings wrote: > Hi, > > Is the hereunder described issue with XML serializers known? > > A sitemap having several xml serialization patterns: > > > > > > > > > > > >... > > This pipeline is observed to have an 'eternal cache': >

XSP cache and cinclude problem (Cocoon 2.0.5-dev)

2010-03-03 Thread Grzegorz Szpetkowski
Hi, I am using old Cocoon 2.0.5-dev and have problem with XSP caching in following sitemap (some code of sitemap.xmap is intentionally omitted): In path/getdata.xsp there is Java code like this: http://apache.org/xsp"; xmlns:util="http://apa

RE: Cannot set width of selection-list

2010-03-03 Thread Robby Pelssers
Hi Tomek, I did not tested this but taking a quick look at forms-field-styling.xsl I assume that you can use the @class attribute on a element. So can you try In your css file: .questionCount { width:30px } Kind regards, Robby Pelssers -Original Message- From: Tomek Pie

Cannot set width of selection-list

2010-03-03 Thread Tomek Piechowicz
I would like to set width of selection-list to 30px. I tried to set style attribute : but It works only for values bigger than 200px. I mean that when I set width to 30px - nothing happend, but when I set it to 300px then widget is resized. Is there any other way to set width of selecti

Type 'jsp' does not exist for 'map:generate'

2010-03-03 Thread Venura Kahawala
Hi, For cocoon 2.2, with maven, I have this pipeline in my experimental sitemap-file: http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://apache.org/cocoon/sitemap/1.0 http://cocoon.apache.org/schema/sitemap/cocoon-sitemap-1.0.xsd"; xmlns:map="http

RE: Type 'jsp' does not exist for 'map:generate'

2010-03-03 Thread Venura Kahawala
Hi Jos, Now my sitemap file looks lik this, And my jsp file is in the \target\rcl\webapp\WEB-INF\intro.jsp Jsp file content is as follows, <%@ page langua

RE: Type 'jsp' does not exist for 'map:generate'

2010-03-03 Thread Venura Kahawala
HI Jos, When I first created the test cocoon project using the maven, a cocoon.xconf file was not created and I copied it from the following location, http://cocoon.apache.org/2.0/developing/httprequest.html Anyway bellow is the cocoon.xconf file I copied,

RE: Type 'jsp' does not exist for 'map:generate'

2010-03-03 Thread Jos Snellings
Hi Venura, Mmm, first I redirect this discussion to "users@cocoon.apache.org", for that is the appropriate group. Next I would suggest to send the contents of your cocoon.xconf. There may be a declaration missing there. Jos On Wed, 2010-03-03 at 14:37 +0530, Venura Kahawala wrote: > Hi Jos, > >