[Mav-user] Need recommendation as to what controller to use..

2004-11-10 Thread Yiannis Mavroukakis
Hello :) Sorry for the dumb question but I am stuck :) I want to create a questionaire and I am wondering what type for controller is should be using. FormBeanUser appeals to me, but the fact that it is not thread-safe is a problem, since I want to persist the questionaire selections (the bean I

Re: [Mav-user] Need recommendation as to what controller to use..

2004-11-10 Thread Eelco Hillenius
Yiannis, You can use FormBeanCtrlBase for thread safe controllers. It won't solve your problem though, as an instance of this will be created with every request (instead of the session you seem to be looking for). Why not just use an object to hold your questionaire data and keep it in the

RE: [Mav-user] Need recommendation as to what controller to use..

2004-11-10 Thread Yiannis Mavroukakis
Because I seem to suffer from an obscure form of brain disease, which removes all traces of the existence of the HttpSession object from my memory ,I think it's called d'oh ;) Thank you for that, I will also take a look at your project. Yiannis -Original Message- From: [EMAIL PROTECTED]

Re: [Mav-user] Need recommendation as to what controller to use..

2004-11-10 Thread Eelco Hillenius
LOL Yiannis Mavroukakis wrote: Because I seem to suffer from an obscure form of brain disease, which removes all traces of the existence of the HttpSession object from my memory ,I think it's called d'oh ;) Thank you for that, I will also take a look at your project. Yiannis -Original