|
How to Change the Body content wothout changing(refres) the header,sidelink in jsp's?
hi
I am having one page called master.jsp. In this I am included header.jsp , Footer.jsp and sidelink.jsp. it will show like this….
Header.jsp
Sidelink.jsp
Content has to change from diff jsp files
Footer.jsp
I hope this picture will help u to understand my requirement and to give the solution. imagine this pictue as header part (header.jsp) in top of the page same as footer part(footer.jsp) and then side link in left side(sidelink.jsp). In the middle content has to be displayed from different jsp pages.
when we include all these 3 files in every jsp page it will be new page and it will contains the default things. But in the first time I am loading some values in the sidelink. jsp and also it has to be available in all the forth coming jsp pages.So I con’t include these 3 files in every jsp page. Instead of this I want to have these 3 files as static and the content page (body) has to display the different jsp pages using the link(as submit).
When i am submitting the page that the content should be changed without refreshing the header,footer and sidelink jsp's. is it possible?????
Can u help me out in this…
Or give some alternate solution for this.
Thanks in advance
regards
Edward
|