W
wangyin
hi all:
I defined a tld file:
...........
<tag>
<name>example</name>
<tagclass>ExampleTag</tagclass>//is wrong!
<tagclass>test.ExampleTage</tagclass>//is correct!
<bodycontent>empty</bodycontent>
</tag>
.........
=================================================================
while tagclass name without packagename,jsp compiler occurred many errors.
but add package that's ok! why?
I defined a tld file:
...........
<tag>
<name>example</name>
<tagclass>ExampleTag</tagclass>//is wrong!
<tagclass>test.ExampleTage</tagclass>//is correct!
<bodycontent>empty</bodycontent>
</tag>
.........
=================================================================
while tagclass name without packagename,jsp compiler occurred many errors.
but add package that's ok! why?