Hi there.
I'm using a servlet to build some vectors that are used by a velocity template. I call the same servlet with different parameters and I would like to keep the value of vectors stored in the context according to some parameters value. But i found that every time i call the servlet the vectors has to be populated and added to the context. The question is: how can I add vectors to the context so that they can be persistent (i.e. no need to populate them and to add them to the context every time the servlet is called) during a user session?
Thanks
Carlo





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

Reply via email to