You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Ann Vah <bi...@verizon.net> on 2005/02/17 15:33:55 UTC

Struts tags inside struts tags

Is it not possible to use Struts tags inside struts tags? For example, is not possible to do this:

<logic:equal name="item" property="name" value="<bean:message bundle="brands" key="hunter" /> ">

thanks in advance