Re: Uploads

2000-10-13 Thread Javier Cazares
.Yep, you can take a look at Jason Hunter's Servlet Book...he developed a Class to manage uploading of files. www.servlets.com .regards, .javier. Javier Cazares GE Power Systems Intranet Web Team 1 River Road, Bldg. 40-213 Schenectady, NY 12345

Re: Popup Windows

2000-07-18 Thread Javier Cazares
e it helps, .javier. Javier Cazares GE Power Systems Intranet Web Team 1 River Road, Bldg. 40-213 Schenectady, NY 12345 P: (518) 385-1521 Email: mailto:[EMAIL PROTECTED] -Original Message- From: Rupali Bains Goswami Sent: Tuesday, July 18, 20

Re: Two questions

2000-07-10 Thread Javier Cazares
.This may work.8) % myPage = request.getParamter("target"); % %@ include file=%= myPage %% .regards, .javier. Javier Cazares GE Power Systems Intranet Web Team 1 River Road, Bldg. 40-213 Schenectady, NY 1

Re: Two questions

2000-07-10 Thread Javier Cazares
.And this also... jsp:include page="%= yourfile.jsp %" / .javier. Javier Cazares GE Power Systems Intranet Web Team 1 River Road, Bldg. 40-213 Schenectady, NY 12345 P: (518) 385-1521 Email: mailto:[EMAIL PROTECTED] -Origin

Re: 10 records displaying single jsp page

2000-06-16 Thread Javier Cazares
.I have another scriplet that does the same thing... .we may share each other code...:) .javier. Javier Cazares GE Power Systems Intranet Web Team 1 River Road, Bldg. 40-213 Schenectady, NY 12345 P: (518) 385-1521 Email: mailto:[EMAIL PROTECTED

Re: Urgent ! SSI - LAST_MODIFIED

2000-05-25 Thread Javier Cazares
= modified % /body/html .hope it helps, .javier. Javier Cazares GEPS Intranet Web Team 1 River Road, Bldg. 40-213 Schenectady, NY 12345 P: (518) 385-1521 Email: [EMAIL PROTECTED] -Original Message- From: Kelly Lew Sent: Thursd

Re: session objects with arrays

2000-05-17 Thread Javier Cazares
); session.putValue("myObject",Object); ... Object obj = (Object)session.getValue("myObject"); .This class has other useful methods, like getValueNames() and getValue(name[]) .Hope helps, .javier. Javier Cazar

Re: Trying to compile -- getting an error

2000-02-07 Thread Javier Cazares
. John, . i think you just have to set the jsdk classes path in the classpath. . and of course have installed any jdk version. . i hope you already fixed it . javier I am trying to compile a .java file and getting a

Re: Session without COOKIES?

2000-01-20 Thread Javier Cazares
. Jose Luis, . You can use the HttpSession Class from the Servlet API. . There you can strore and retrieve session values, just as a Properties or Hastable Class. . You can use something like this: . HttpSession