You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by AlexPresley <al...@yahoo.com.ar> on 2009/08/20 16:32:13 UTC

Struts tag inside Custom tag

Hi !:
I created a Custom tag,it works fine,but when i try to do this:
sb.append("<html:text ");

the browser doesnt show me nothing,just write blanck in that part of the
code.

So do you know some way to use a Struts tag inside a personal custom tag?
Thank you!
-- 
View this message in context: http://www.nabble.com/Struts-tag-inside--Custom-tag-tp25063279p25063279.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Struts tag inside Custom tag

Posted by Mitch Claborn <mi...@claborn.net>.
I suspect that the output of your tag is not passed through the
processor again to resolve the other tags.

I have been considering writing my own custom tag.  Can you point me to
some doc to get started?

mitch


AlexPresley wrote:
> Hi !:
> I created a Custom tag,it works fine,but when i try to do this:
> sb.append("<html:text ");
>
> the browser doesnt show me nothing,just write blanck in that part of the
> code.
>
> So do you know some way to use a Struts tag inside a personal custom tag?
> Thank you!
>   

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org