StringTemplateGenerator

2009-11-27 Thread Jos Snellings
Dear, Just a small question, testing: When I get: java.lang.NullPointerException at org.apache.cocoon.stringtemplate.StringTemplateGenerator.constructCacheKey(StringTemplateGenerator.java:75) I notice that StringTemplateGenerator has two constructors: one with a 'source' argument, and

Re: Cocoon3 - Wicket integration

2009-11-27 Thread Gabriel Gruber
Hi Reinhard, many thanks for your effort... this is definitly the way to go and a step towards giving more value to cocoon again... as you know we are searching for alternatives in our product-development which is currently cocoon / cforms based. your wicket reader seems very interesting for

Re: Cocoon3 - Wicket integration

2009-11-27 Thread Reinhard Pötz
Gabriel Gruber wrote: Hi Reinhard, many thanks for your effort... this is definitly the way to go and a step towards giving more value to cocoon again... as you know we are searching for alternatives in our product-development which is currently cocoon / cforms based. your wicket reader

REST / Can't find URLResponseBuilder

2009-11-27 Thread Johannes Lichtenberger
Hello, the class URLResponseBuilder can't be resolved :( Now I have the following controller: public class GoogleEarthController implements Get { @SitemapParameter private String mGearth; @RequestParameter private String reqparam; @Override public RestResponse doGet() throws

Re: REST / Can't find URLResponseBuilder

2009-11-27 Thread Jos Snellings
org.apache.cocoon.rest.jaxrs.response.URLResponseBuilder.java What version do you have in your project pom? It should be alpha 2 I guess. Or build it from the svn trunk, svn co http://svn.apache.org/repos/asf/cocoon/cocoon3 It is now a bit hard to keep everything consistent, as there are still