I'm not quite following... could you provide a little more info on what
you're trying to do? e.g. what i18n-tag do you want to use & what about it?
Some things might have simple solutions that you don't need to actually call
the i18n-tag source itself, but work in conjunction with it... e.g. if
you're just trying to get a value for a key from the bundle, just use the
i18n:bundle tag's id attribute to define an attribute in the scripting
language, provide that attribute name to your tag, then use
pageContext.getAttribute inside your tag to get at the bundle that i18n is
using.
Most of what the i18n tags are doing are standard java calls
(java.text.MessageFormat, etc) once you've got the right ResourceBundle
object.
Tim
> -----Original Message-----
> From: Alexander Jesse [mailto:[EMAIL PROTECTED]]
> Sent: Monday, July 02, 2001 1:47 PM
> To: taglibs-dev
> Subject: calling a tag from custom-tag source
>
>
> Hi,
>
> 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...
>
> all hints are welcome
> Alexander Jesse
>