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
(javascript), and that new navigator window contents another jsp
(Portal.jsp).  I need to send some parameters from Valida.jsp to
Portal.jsp. In fact the second Jsp is formed by frames and one of the
frames has a jsp (Left.jsp) that needs those parameters...

Could you please help me? Give some hints or examples...  I really need
your help..
Or if you couldn't, please tell me where I can find that information

Thank you very much..
Nancy.


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




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 from a jsp
to a jsp file?
Please discard the url parameters...

I have a jsp (Valida.jsp) which opens a new navigator window
(javascript), and that new navigator window contents another jsp
(Portal.jsp).  I need to send some parameters from Valida.jsp to
Portal.jsp. In fact the second Jsp is formed by frames and one of the
frames has a jsp (Left.jsp) that needs those parameters...

Could you please help me? Give some hints or examples...  I really need
your help..
Or if you couldn't, please tell me where I can find that information

Thank you very much..
Nancy.


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




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 
is not calling a page send the page the parameters, then you have to start 
thinking about putting the data in a larger scope, i.e. session, 
application, world.

Micael

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 from a jsp
to a jsp file?
Please discard the url parameters...

I have a jsp (Valida.jsp) which opens a new navigator window
(javascript), and that new navigator window contents another jsp
(Portal.jsp).  I need to send some parameters from Valida.jsp to
Portal.jsp. In fact the second Jsp is formed by frames and one of the
frames has a jsp (Left.jsp) that needs those parameters...

Could you please help me? Give some hints or examples...  I really need
your help..
Or if you couldn't, please tell me where I can find that information

Thank you very much..
Nancy.


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




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 PROTECTED]
DistribuTopia http://www.distributopia.com

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]