Re: a jsp file

2000-11-28 Thread Hernandez, Rey
No, it should be " flush="true" /> The flush="true" was missing making it invalid. I got burned on this one. -Original Message- From: Antonio W. Lagnada [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 28, 2000 12:21 PM To: [EMAIL PROTECTED] Subject: Re: a jsp file It was on a prev

Re: include

2000-11-15 Thread Hernandez, Rey
al Message ----- From: "Hernandez, Rey" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 14, 2000 3:51 PM Subject: Re: include Thank you oh so much. I thought I had tried it with and without flush="true" and sure enough, that was the key. I always sa

Re: include

2000-11-14 Thread Hernandez, Rey
ng [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 14, 2000 12:23 PM To: [EMAIL PROTECTED] Subject: Re: include -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Hernandez, Rey Sent: Tuesday, November 14, 2000 0

jsp:include

2000-11-14 Thread Hernandez, Rey
Before I go insane trying to figure out if I am doing something wrong, let me ask you guys about jsp:include. I am running Tomcat 3.1 on NT4 with the apache web server, jdk1.3, and whenever I try to use jsp:include I get the error "Invalid jsp:include tag", so what am I doing wrong. Here is the

Re: Send Mail Example

2000-11-13 Thread Hernandez, Rey
http://www.webtechniques.com/sourcecode/2000/12/java/1.lst WebTechniques just had an article about sending Email from Java. -Original Message- From: Antonio W. Lagnada [mailto:[EMAIL PROTECTED]] Sent: Monday, November 13, 2000 8:18 AM To: [EMAIL PROTECTED] Subject: Send Mail Example He

Re: How to get the parameters passed to included jsp file?

2000-11-03 Thread Hernandez, Rey
Think of included JSP files as being part of the file the include command is in. If you want the included file to see something, like a string, just make the String declaration before the include command and then use that variable in the included file. Example. Test1.jsp: ... <% String username

Re: Deploying multiple version of an application within the same servlet engine?

2000-10-31 Thread Hernandez, Rey
I would think you would just need to use request.getServletContext() for all URL generation. Then your app would be totally independent of context and you should be able to move between them all easily. Rey -Original Message- From: Nicholson Robert [mailto:[EMAIL PROTECTED]] Sent: Tuesd

MessageDigest and the database

2000-10-27 Thread Hernandez, Rey
Hi all, How are people using the MessageDigest object to encrypt values before sending them to the database? Maybe I'm using it in the wrong way, but I am trying to do something like this: Get a value from the user, across SSL, like a password. Encrypt that password with MessageDigest(u

Re: I get "Out of environment space"

2000-10-26 Thread Hernandez, Rey
er solution. Sanjay -Original Message----- From: Hernandez, Rey [mailto:[EMAIL PROTECTED]] Sent: 24 October 2000 20:27 To: [EMAIL PROTECTED] Subject: Re: I get "Out of environment space" Just as a tip, it was mentioned earlier, but I feel it should be mentioned and STRESSED. T

Re: I get "Out of environment space"

2000-10-24 Thread Hernandez, Rey
Just as a tip, it was mentioned earlier, but I feel it should be mentioned and STRESSED. This list, I hope, is for us to resolve issues that we find with JavaServer Pages after we have exhausted all other avenues of help. For example, the tutorials on java.sun.com, the help files that come with w

Re: where should I put the property file?

2000-10-24 Thread Hernandez, Rey
For tomcat, I put the property file in the WEB-INF directory and use the ResourceBundle class to get access to it. -Original Message- From: Howard Lee [mailto:[EMAIL PROTECTED]] Sent: Monday, October 23, 2000 2:40 PM To: [EMAIL PROTECTED] Subject: where should I put the property file? H

Re: Simple JSP Program

2000-10-24 Thread Hernandez, Rey
I would suggest 2 things. Check your server log to see what the problem was. I can see at least one problem with your code, make sure you keep case the same for all variables, specifically numTimes is declared differently than it is used. Rey -Original Message- From: Brahmananda Rao C

Re: off-topic: Thumbnail Generator

2000-10-24 Thread Hernandez, Rey
You should be able to use the Java Graphics API to do this. -Original Message- From: Kim [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 24, 2000 8:32 AM To: [EMAIL PROTECTED] Subject: off-topic: Thumbnail Generator Dear all, I'm currently developing an online catalog using JSP. Peop

Re: problem with ....

2000-10-16 Thread Hernandez, Rey
Is this a bean you were using, recompiled it, and then tried to use it again? I'm not familiar with how WebLogic does things, but tomcat requires you restart the server for the recompiled bean to be recognized again. -Original Message- From: Mutahar Qayum [mailto:[EMAIL PROTECTED]] Sent: