request object

2000-11-17 Thread Pablo Iaria
Hi all, I need to store some values in the request object from a servlet. Do I need a custom Request object, any ideas of how to do that ? Thanks in advance, Pablo.- === To unsubscribe: mailto [EMAIL

Re: Servlet or JSP

2000-09-29 Thread Pablo Iaria
The server compiles the jsp pages in order to generate a .class file for each page; after that, you don't need deploy the sources (in a production environment). The compiled file works like a servlet... - Original Message - From: "Robuschi (Delfi)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTE

Re: Concurrence issue

2000-09-25 Thread Pablo Iaria
ject: Re: Concurrence issue > yes > > Kevin Jones > DevelopMentor > www.develop.com > > > -Original Message- > > From: A mailing list about Java Server Pages specification and reference > > [mailto:[EMAIL PROTECTED]]On Behalf Of Pablo Iaria > >

Concurrence issue

2000-09-25 Thread Pablo Iaria
Hi all, If I declare some variables using <%!...%> tags, do I have to take care about the concurrent acces to these variables ? Thanks, Pablo.- === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INT