This is what I need, if anybody knows how please do reply. Thanx.

-----Original Message-----
From: Oliver Reflé [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, February 20, 2002 4:41 PM
To: Struts Users Mailing List
Subject: AW: custom taglib - call tag within tag

i don't understand the question, why don't you write in your jsp
<tag1>
        <tag2/>
</tag1>

-----Ursprüngliche Nachricht-----
Von: Arik Levin ( Tikal ) [mailto:[EMAIL PROTECTED]]
Gesendet: Mittwoch, 20. Februar 2002 15:44
An: 'Struts Users Mailing List'
Betreff: custom taglib - call tag within tag


Hi.

            I wanted to know if there's a possibility to call a tag within a
tag and I don't mean by that to extend my tag and use findAncestorWithClass
            Or use the scope or something like that.

            Say I have some Test1Tag and  Test2Tag

            Public Test1Tag extends TagSupport{

                        ....doStartTag(){

                                    Test2Tag  test  = new Test2Tag();
                                    test.doStartTag();
}

            Is it possible, and what method should I call, that I'll get the
result as I'm getting it from calling a regular JSP's tag?

Thank you all, bye.


--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

Reply via email to