You need to fix your quotes try
<forum:hasContent content='<c:out value="${attribute}"/>' >
</forum:hasContent>
Or
<forum:hasContent content='<c:out value="${attribute}"/>' />
-----Original Message-----
From: Ricky Lee [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 07, 2004 7:58 PM
To: [EMAIL PROTECTED]
Subject: how to nest a taglib in another taglib?
hi, thanks for reading..
i have a problem about nest a taglib in another
taglib, just like this, what should i do?
the "attribute" in the page context.
<forum:hasContent content="<c:out value="${attribute}"
/>"></forum:hasContent>
i know that has a way to do like this:
<bean:define id="new_id" name="attribute"/>
<forum:hasContent
content="<=new_id.toString()>"></forum:hasContent>
but there is another way to do it?
please help me....thanks!
__________________________________
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway
http://promotions.yahoo.com/design_giveaway/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]