posted 19 years ago
Hi All,
plz look at this code
TestHeader.jsp
---------------
<%@ taglib prefix="my" tagdir="/WEB-INF/tags"%>
<html>
<my:Header attr="test"/>
<body>
Header.tag (placed inside WEB-INF/tags)
----------
<@ attribute name="attr" required="true" rtexprvalue="true" %>
This is header file
while running TestHeader.jsp i got this error
org.apache.jasper.JasperException: /TestHeader.jsp(3,0) Attribute attr invalid for tag Header according to TLD
plz help me to solve this?
Thanks
God Gave Me Nothing I Wanted<br />He Gave Me Everything I Needed<br /> - Swami Vivekananda