Niranjan Basnayake

Ranch Hand
+ Follow
since Mar 25, 2006
Merit badge: grant badges
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
2
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Niranjan Basnayake

Congratulations !
16 years ago
Congratulations !
16 years ago
Congratulations!
16 years ago
Congratulations!
16 years ago
Congratulations!

have you used any exam simulators?(eg: whizlab)
16 years ago
Congratulations!
16 years ago
Congratulations!
16 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?