Hi,
I have 3 jsps’ say , Main.jsp , Header.jsp , footer.jsp. I am including header.jsp and footer.jsp into Main.jsp. (inculde directive)
Header.jsp and footer.jsp has some jsp expression tags which will get the values from variables which are declared in Main.jsp.
While building using myEclipse, I am getting error in Header.jsp and Footer.jsp says cannot resolve symbol (that declared variables in Main.jsp)..I don’t know that y this error is coming?
How do I resolve this?