inheritance is not supported in web pages but you can use include to have some common functionality in your pages.It is simple. you include that common jsp page.
but , in other way , you can write a jsp tag lib with a java class that have some common functionality , then you can write other tag libs with their classes that this classes inherit your common java class.