This is the sinple tag I wrote (dummy.tag), registered in the tag lib
almayer.tld:

<[EMAIL PROTECTED] name="message"%>
<h2>${message}</h2>

If I use it in this way, all work fine:

<almayer:dummy message="hello"/>

Buf I if use it in this way:

<almayer:dummy message="<s:property value='currentPage.key'/>"/>

intended to resolve the value of message before of tag invocation, the
result in html is:

<h2><s:property value='currentPage.key'/></h2>

Ie the tag isn't resolved but passed as string to the tag.

Can anyone help me?

thanks

Gianluca

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

Reply via email to