Re: [Serializer] Get request and parameters?

2001-12-12 Thread David Rosenstrauch
It doesn't look like it to me. FYI - one workaround that I've used for this is to stick an Action right before the serializer. The action gets passed the objectModel (which contains the request object) and can therefore do the work you want. e.g.: DR At 11:00 AM 12/12/01 +0100, you

RE: [Serializer] Get request and parameters?

2001-12-12 Thread Max Larsson
ake a deeper look, will do it tomorrwor. Wait for More Max > -Original Message- > From: Stephan Michels [mailto:[EMAIL PROTECTED]] > Sent: Mittwoch, 12. Dezember 2001 12:02 > To: [EMAIL PROTECTED] > Subject: RE: [Serializer] Get request and parameters? > > > > &g

RE: [Serializer] Get request and parameters?

2001-12-12 Thread Stephan Michels
On Wed, 12 Dec 2001, Max Larsson wrote: > hi, > > i think it works, wour class has to implement the avalon interface, > which contains the setup method (see below). if you implement it, the > method will be called each time your Serialzer is used. In the setup method > you can retrieve the requ

RE: [Serializer] Get request and parameters?

2001-12-12 Thread Max Larsson
hi, i think it works, wour class has to implement the avalon interface, which contains the setup method (see below). if you implement it, the method will be called each time your Serialzer is used. In the setup method you can retrieve the request object the so called ComponentManage. objectModel