View Single Post
  #1 (permalink)  
Old 07-29-2007, 10:58 PM
Swamipsn Swamipsn is offline
Member
 
Join Date: Jul 2007
Posts: 72
Swamipsn is on a distinguished road
How to mix servlet & JSP
Hi,

How to pass the variables presented in Servlet to JSP Page Eg

String name=request.getParameter("name");
this.name="GOOd";

Now i want to print variable name in JSP page.Pls help me..
Reply With Quote
Sponsored Links