Posted By:
deepti_agrawal
Posted On:
Thursday, January 3, 2002 10:53 PM
Include Page i m trying to include a jsp file using jsp include..but its not working th code for jsp is <% out.println("Name :" +request.getParameter("name") +" "); out.println("Name :" +request.getParameter("desg") +" "); %> code of included file is this is for the include directive this is the header page can u please help me out regaring the problem
More>>
Include Page
i m trying to include a jsp file using jsp include..but its not working
th code for jsp is
<% out.println("Name :" +request.getParameter("name") +"
");
out.println("Name :" +request.getParameter("desg") +"
");
%>
code of included file is
this is for the include directive
this is the header page
can u please help me out regaring the problem