Re: serverside include

2002-11-26 Thread David Brown
[EMAIL PROTECTED] writes: Ugh, thanks. I really dont know where to start however. How are the variables made persistent? Can you possibly provide a little syntax? Finally, what is ''? A directory? Thnaks Paul. Hello Paul, if u use a parallel directory and "bean" class files w/ sette

Re: serverside include

2002-11-26 Thread Paul_Wallace
Ugh, thanks. I really dont know where to start however. How are the variables made persistent? Can you possibly provide a little syntax? Finally, what is ''? A directory? Thnaks Paul. Hello Paul, if u use a parallel directory and "bean" class files w/ setter/getter methods u can persist

Re: serverside include

2002-11-26 Thread David Brown
omcat Users List Subject: serverside include Hello, Is there anyhting like a server side inlcude that is loaded into memory when the server starts, making variables specified in the include file accessible? Or is what I am trying to acheive (in previous posts) - session or application

RE: serverside include

2002-11-26 Thread David Howard
bject: serverside include Hello, Is there anyhting like a server side inlcude that is loaded into memory when the server starts, making variables specified in the include file accessible? Or is what I am trying to acheive (in previous posts) - session or application to be loaded when the serv

Re: serverside include

2002-11-26 Thread Paul_Wallace
variable accessible to the main (including) page? thanks for yuor help paul. Kwok Peng Tuck <[EMAIL PROTECTED]> 26-11-2002 16:02 Please respond to "Tomcat Users List" To: Tomcat Users List <[EMAIL PROTECTED]> cc: Subject: Re: serve

Re: serverside include

2002-11-26 Thread Kwok Peng Tuck
If you define a variable in a jsp page and then use the tag to include it (let's say the middle) in another page, then the variables that you define in the included jsp page is only available after the include statement. If you wish for a variable to presist for the duration of a user's experi

serverside include

2002-11-25 Thread Paul_Wallace
Hello, Is there anyhting like a server side inlcude that is loaded into memory when the server starts, making variables specified in the include file accessible? Or is what I am trying to acheive (in previous posts) - session or application to be loaded when the server is started - the