"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

Reply via email to