Using JSTL tag in a custom tag

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 ?Thanks in advance for any answer!
[185 byte] By [thomzon2a] at [2007-11-27 1:34:49]
# 1

> 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.

Madathil_Prasada at 2007-7-12 0:42:32 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...