Re: [Wicket-user] integrating wicket and cocoon

2007-05-29 Thread Luca Marrocco
2007/5/28, Jean-Baptiste Quenot [EMAIL PROTECTED]: * Luca Marrocco: now. I have tried this example using wicket 1.2.6 and cocoon 2.2. Teorically it must work fine, but i have a trouble (a strange exception) that i'm not understand. Any other people is interesting in this trip

Re: [Wicket-user] integrating wicket and cocoon

2007-05-28 Thread Erik van Oosten
Hi Luca, Wicket uses the locale for finding resources (including the templates). You could do without but I am afraid it goes too far to let Wicket do something about Cocoon's incomplete HttpServletRequest implementation. So these are the options I see: 1. Make Cocoon behave itself by

Re: [Wicket-user] integrating wicket and cocoon

2007-05-28 Thread Martijn Dashorst
Fortunately, there are a couple of cocoon members hiding here (Sylvain, Jean-Baptiste, Upayavira) so there is a faint possibility that this can be addressed. In the mean time, I think you could override getLocale in your custom session, at least that was possible. Martijn On 5/28/07, Erik van

Re: [Wicket-user] integrating wicket and cocoon

2007-05-28 Thread Johan Compagner
that will not work because the locale isn't get through the Session.getLocale() at that time. it is set in the session for the first time in 1.3 its in the constructor: protected Session(Application application, Request request) { this.locale = request.getLocale(); but i guess in

Re: [Wicket-user] integrating wicket and cocoon

2007-05-28 Thread Jean-Baptiste Quenot
* Luca Marrocco: Our application is essentially based over cocoon (2.1.9) using a custom framework (around cform and flowscript, you anyone know was it) for controller development and client side interface. During this day we have interested to substitute cform (that is

[Wicket-user] integrating wicket and cocoon

2007-05-27 Thread Luca Marrocco
Hi, my name is Luca Marrocco. I'm using wicket since march of current year. It's wonderfull. In one week (after my daily work) i have revrited a presentation interface of my personal application previously developed using another framework in many month of hard work :) now i have a trip in my