"Lacerda, Wellington (AFIS)" <[EMAIL PROTECTED]> writes:
> In the current spec it is not allowed to use a tag inside another tag.
> If you need to use results from a tag processing in another tag, currently
> you must expose it as a bean in some scope and then access that bean in the
> other tag.
Or you nest your tags like
<my:foo>
<my:bar>
<my:baz>
stuff
</my:baz>
</my:bar>
</my:foo>
and let them evaluate their body (instead of attributes).
--
...roland huss
consol.de
- how to quote nested tags Felix von Delius
- Re: how to quote nested tags Oleg V Alexeev
- RE: how to quote nested tags Lacerda, Wellington (AFIS)
- Re: how to quote nested tags Roland Huss
- Re: how to quote nested tags Felix von Delius
- Re: how to quote nested tags Felix von Delius
- Re: how to quote nested tags frank waldheim
- Re: how to quote nested tags Felix von Delius
- Re: how to quote nested tags Martin Cooper
- RE: how to quote nested tags Lacerda, Wellington (AFIS)
- Re: how to quote nested tags Felix von Delius
- Re: how to quote nested tags Roland Huss
- Re: how to quote nested tags Felix von Delius
- Re: how to quote nested t... Roland Huss

