tag within tag

2003-05-31 Thread Boris Brinza
record for user who created it. so i added parameter ownerof and i want to pass ID of record being rendered and in security tag i want to check if user is creator of record. and now i have this problem how can i pass parameter to custom tag by another struts tag? i tried to call tag within tag like

RE: tag within tag

2003-05-31 Thread Rajesh Khater
this is not possible as far as i know .. this is a limitation of JSP custom tags -Original Message- From: Boris Brinza [mailto:[EMAIL PROTECTED] Sent: Saturday, May 31, 2003 1:28 PM To: [EMAIL PROTECTED] Subject: tag within tag hi in my application i have defined custom tag

Re: tag within tag

2003-05-31 Thread Mark Lowe
and i want to pass ID of record being rendered and in security tag i want to check if user is creator of record. and now i have this problem how can i pass parameter to custom tag by another struts tag? i tried to call tag within tag like this: repro:security roles=aa,bb ownerof='bean:write property

custom taglib - call tag within tag

2002-02-20 Thread Arik Levin ( Tikal )
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

AW: custom taglib - call tag within tag

2002-02-20 Thread Oliver Reflé
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

RE: custom taglib - call tag within tag

2002-02-20 Thread Arik Levin ( Tikal )
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