Re: Cannot set width of selection-list

2010-03-04 Thread Tomek Piechowicz
Hi Robby. I`m very sorry for wasting your time, I should look into style sheet before posting. I used firebug to sse styling of widget on form and I found that : styles.css : select { max-width:484px; min-width:269px; } Finally I set min-width to 30px in my class and it works now. I`m cur

Re: Cocoon 3 XML serializer

2010-03-04 Thread Jos Snellings
Thanks, Simone, I will go for the old artisanal mode. ;-) (and see where I land). On Thu, 2010-03-04 at 14:48 +0100, Simone Tripodi wrote: > Hi Jos :) > unfortunately for the sax module you should perform an extra-step > invoking JavaCC by hand, then in Eclipse add the generated-sources dir > as

tutorial example work with jetty but not on tomcat6

2010-03-04 Thread Jens Reufsteck
I've just started with Cocoon 2.2 (after using Cocoon 2.1 successfully for many years). I'm following the tutorials, i.e. I'm using mvn (2.2.1) having installed the webapp plus an example block. Everything's fine with jetty (mvn jetty:run out of the webapp directory). On tomcat I'm getting th

Re: Cocoon 3 XML serializer

2010-03-04 Thread Simone Tripodi
Hi Jos :) unfortunately for the sax module you should perform an extra-step invoking JavaCC by hand, then in Eclipse add the generated-sources dir as a source dir; this is what the JavaCC plugin for maven does for us :P Let me know if you need help!!! Ciao ;) Simo http://people.apache.org/~simonet

Re: Cocoon 3 XML serializer

2010-03-04 Thread Jos Snellings
Hi Simone! I am sorry, I do not use maven for the build. I imported the sources as Eclipse projects, and from there I interconnected them via dependencies. I just import the very external stuff from the maven repository. Ay, so you mean this is where my 'nice private build' ends? :-( Ciao, Jos O

Re: XSP cache and cinclude problem (Cocoon 2.0.5-dev)

2010-03-04 Thread Grzegorz Szpetkowski
I found solution, but it is not very useful (we are using request params in many places): Default map:transform type was xslt (xalan with use-request-parameters set to true). The difference between saxon and saxon-noparam is very simple: true false I don't see an

Re: Cocoon 3 XML serializer

2010-03-04 Thread Simone Tripodi
Hi Jos, these classes are not committed because they're generated from JavaCC, the JavaCC plugin should be invoked during the 'generate-source' maven phase... Doesn't it work for you? Best, Simo http://people.apache.org/~simonetripodi/ On Thu, Mar 4, 2010 at 11:04 AM, Jos Snellings wrote: > Hi

Re: Cocoon 3 XML serializer

2010-03-04 Thread Jos Snellings
Hi! In the full checkout of the cocoon-3 SVN repository I am missing: org.apache.cocoon.sax.xpointer.XPointerFrameworkParser; org.apache.cocoon.sax.xpointer.ParseException; This prevents XIncludeTransformer from compiling. Any idea why? Jos On Thu, 2010-03-04 at 07:36 +0100, Reinhard Pötz wrot

Re: Cocoon 3 XML serializer

2010-03-04 Thread Jos Snellings
I have just checked out revision 918886. As my version was a bit out of date, in order to limit the increase in enthropy, I will make a build and report back if the problem persist. If so I create a Jira issue. Cheers, Jos On Thu, 2010-03-04 at 07:36 +0100, Reinhard Pötz wrote: > Jos Snellings wr