You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-user@tomcat.apache.org by bo <bo...@groupserve.com> on 2001/12/06 19:05:27 UTC

How to use tag in attribute?

Hi all,

Is there any way to use tag in tag attribute such as <tag1
attr="<tag2/>"/>. Thanks!

Bo


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: How to use tag in attribute?

Posted by horwat <Ju...@Sun.com>.
You cannot use a jsp element to assign an attribute value of another jsp
element. What you can do is have one tag set a page context attribute and
use that request time attribute instead.

Justy

----- Original Message -----
From: "bo" <bo...@groupserve.com>
To: "Tag Libraries Users List" <ta...@jakarta.apache.org>
Sent: Thursday, December 06, 2001 10:05 AM
Subject: How to use tag in attribute?


> Hi all,
>
> Is there any way to use tag in tag attribute such as <tag1
> attr="<tag2/>"/>. Thanks!
>
> Bo
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>