Re: passing parameters to JSP

2004-11-25 Thread Karen Berx
niyam <[EMAIL PROTECTED]> Reply-To: A mailing list about Java Server Pages specification and reference <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: passing parameters to JSP Date: Wed, 24 Nov 2004 16:33:27 +0530 Hi, From your update, you display right.jsp in the second frame of

Re: passing parameters to JSP

2004-11-24 Thread JATINDER PAL SINGH
Hi, Did you specify target in the tag , may be you have missed this. When we are using frames we have to use target attribute. Regards, Jatinder From: Karen Berx <[EMAIL PROTECTED]> Reply-To: A mailing list about Java Server Pages specification and reference <[EMAIL PROTECTED]> To: [EMAIL PROTE

Re: passing parameters to JSP

2004-11-24 Thread Ananthalakshmi Subramaniyam
Hi, From your update, you display right.jsp in the second frame of main.jsp. In the first frame, you have first.jsp and a link to right.jsp with parameters in passed in the URL. Did you retrieve the parameters passed in the URL in right.jsp? ie, request.getParameter("function"); request.getParamete

Re: passing parameters to jsp

1999-10-07 Thread Lee Elenbaas
as with any other servlet, jsps can parse prameters from the request (both get & post), and from other servlets throu either the request, session, application & userprofile objects. the easiest way to pass parameters from a web page (i assume that's what you want to do) is to add ther to the url a