Re: Authentication context and modular database action.

2003-12-12 Thread Christian Haul
Simon Hutchinson wrote: Hi, I am using a ModularDatabaseAction to insert a row into a database. Everything is working fine as most of the field values are available as request parameters.However I also need to store a value that is stored in the authentication context. I am sure that writing my

Authentication context and modular database action.

2003-12-11 Thread Simon Hutchinson
Hi, I am using a ModularDatabaseAction to insert a row into a database. Everything is working fine as most of the field values are available as request parameters.However I also need to store a value that is stored in the authentication context. I am sure that writing my own InputModule for this

Re: Authentication context and modular database action.

2003-12-11 Thread hed
I am using a ModularDatabaseAction to insert a row into a database. Everything is working fine as most of the field values are available as request parameters.However I also need to store a value that is stored in the authentication context. I am sure that writing my own InputModule for this