i create one login.jsp..after login show teleD.jsp.in teleD.jsp...
<%@include file="header.jsp" %>
<%@include file="updatebtn.jsp" %>
in header.jsp...include connection.jsp file which have oracle connection... in heaader.jsp i set and get attributes and display database employee data in table...
In updatebtn, i made 4 buttons,after clicking on button i have to display header.jsp and also with database value...
so i am creating updateinfo.jsp page after clicking on updatebtn.jsp....and include on that page header.jsp and updateinfo.jsp.....but that time In header.jsp show null value....
plz tell me how to show database value in all page