commons import and tag libs
I have an application which is a modular jsp. It consists of many other included JSP.
If I have included all the tags and javascript files in one header file, which is included along with other jsps, then will the rest of the jsps be able to use the tags and the javascript functions?
Please help

