> Hello,
>
> I have created a custom tag, and I want to call the
> c:import tag inside the doTag method of my custom
> tag. Is this possible ?
>
Not in tag classes. Possible if you implement custom tags using [url http://www.onjava.com/pub/a/onjava/2004/05/12/jsp2part4.html]tag files[/url]
ram.