> Hi,
>
> I've been told that, if I can't find a way of doing the above then
> I'm going to have to use asp.
>
> Does anybody know if it's possible/done/worth doing?  Anybody have
> some spare cycles to help?

...does anyone on this list have spare time? ;)

> I think I need to use HttpSessionBindingListener; but I'm not sure
> where to start.

just let an object you want to put into your session implement the above
interface and you will get the event in your object. If you really want to
call an cocoon action you need a reference to the ComponentManager (your
object should preferable implement Composable)

Hope this helps...
--
Torsten


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to