jsp parameters. Urgent!

2002-03-08 Thread Nancy Crisostomo Martinez
Please I need help,... This is not a Tomcat question, but I know here I can find some JSP experts: Could you tell me all the ways I could send (safe) parameters from a jsp to a jsp file? Please discard the url parameters... I have a jsp (Valida.jsp) which opens a new navigator window

Re: jsp parameters. Urgent!

2002-03-08 Thread Micael Padraig Og mac Grene
From your question, I assume you know nothing about the session object? Take a look at it. At 04:45 PM 3/8/02 -0600, you wrote: Please I need help,... This is not a Tomcat question, but I know here I can find some JSP experts: Could you tell me all the ways I could send (safe) parameters

Re: jsp parameters. Urgent!

2002-03-08 Thread Micael Padraig Og mac Grene
Essentially, the answer is to have whatever page calls a page send the page the parameters, unless you want to store the data in a larger scope. The page that calls the page can be the page itself, of course. Nothing metaphysical about that. Just can be itself. If you mean can a page which

Re: jsp parameters. Urgent!

2002-03-08 Thread Christopher K . St . John
Nancy Crisostomo Martinez wrote: I have a jsp ... please tell me where I can find information. Sun runs a JSP mailing list: http://archives.java.sun.com/archives/jsp-interest.html The list has lots of well informed and helpful subscribers. -- Christopher St. John [EMAIL