Niranjan Basnayake

Ranch Hand
+ Follow
since Mar 25, 2006
Merit badge: grant badges
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Niranjan Basnayake

Congratulations !
17 years ago
Congratulations !
17 years ago
Congratulations!
17 years ago
Congratulations!
17 years ago
Congratulations!

have you used any exam simulators?(eg: whizlab)
17 years ago
Congratulations!
17 years ago
Congratulations!
17 years ago
<taglib>
...
<tag>

<name>myTag</name>
<tag-class>MyTag</tag-class>
<body-content>JSP</body-content>

<attribute>
<name>name</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
</attribute>

</tag>
...
</taglib>

i know the above code is OK.was your code on a mock exam?

is there a valid tag <type> inside <attribute> tag?