Hi,
I have following code
and below code
in my
jsp when i say
<
test:child>
<test:testing user="s_2">hi</test:testing>
</test:child>
this throws class cast exception but
<test:testing user="s_2">
<test:child/>
</test:testing>
works fine
here my child tag handler is Classic(Child) and testing tag handler is SimpleTag(TesTag).
when i have Classic tag inside Simple Tag it works but reverse will throw me class cast exception. I know that Simple tag can access Simple and classic tag and Classic tag can access only classic tag but i am not able to map it back with the code can any body explain me this?
Thanks
[ September 10, 2008: Message edited by: raja ram ]