Can I inherit jsp page . I have one jsp page which contain some
common functionality, can I made a parent jsp and then I will
inherit all jsp pages , so that I don't have to write in every jsp
page.
Right now I made a class and call that function in all jsp page but
if I can inhert all me jsp pages from a parent then I don't have to
write every where .