You can nest tags like this:

<html:link ...>
     <bean:message key="..."/>
</html:link>

However, you can't use a tag to specify the value of an attribute of 
another tag. So you can't do this:

<html:link href='<bean:message key="..."/>' ...>

Hope this helps.

--
Martin Cooper


At 09:04 PM 3/26/01, JeanX wrote:
>Hi struts-user,
>
>Can I nest <struts:message> tag in <struts:link> tag ?
>Because I want to setup some query parameter in resources.
>Thx
>
>:=)
>Best regards,
>JeanX
>pacificnet.com(GZ)


Reply via email to