Folks,
i've a a tld where <body-content>scriptless</body-content>. So i can have any actions in my tag.
I used the tag in my
jsp as given below
<SampleTag:HTag>
<jsp:attribute name="tstAttrib" value="tstValue"/>
</SampleTag:HTag>
As per the note given on the bottom of HFJPage 472 "<jsp:attribute> tag dont count as a 'body content" so the above code must compile. Unfortunately I am getting compiler error "Attribute tstAttrib invalid for tag HTag according to TLD"
Can any of you please help me to sort out what went wrong?
[ November 29, 2007: Message edited by: Sandeep Krish ]