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
] [mailto:[EMAIL PROTECTED] On Behalf Of Eelco Hillenius Sent: 10 November 2004 14:15 To: [EMAIL PROTECTED] Subject: Re: [Mav-user] Need recommendation as to what controller to use.. Yiannis, You can use FormBeanCtrlBase for thread safe controllers. It won't solve your problem though, as an instance

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

2004-11-10 Thread Eelco Hillenius
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eelco Hillenius Sent: 10 November 2004 14:15 To: [EMAIL PROTECTED] Subject: Re: [Mav-user] Need recommendation as to what controller to use.. Yiannis, You can use FormBeanCtrlBase for thread safe controllers. It won't solve your