On Mon, 2 Jul 2001, Alexander Jesse wrote:

> I am looking for a way to call a tag from within the source-code of my
> own custom tag. Example: call a i18n-tag in a custom tag
> 
> So far I have not found a solution to this problem...

There's currently no easy, standard way to do this.  Of course, you could
always instantiate a tag handler and use it just as the container does,
calling its accessor methods, doStartTag(), doEndTag(), and so on, as
appropriate.

Shawn

Reply via email to