Header.tag index.jsp first.tld looks like:
If i run the above index.jsp in
Tomcat I am getting error as follows.
exception
org.apache.jasper.JasperException: /index.jsp(4,2) Attribute subTitle invalid for tag Header according to TLD
root cause
org.apache.jasper.JasperException: /index.jsp(4,2) Attribute subTitle invalid for tag Header according to TLD
Everything else is fine..
Can anybody help me where I made mistake...?
Thanks in Advance