You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Jo...@shell.ca on 2003/11/19 16:45:54 UTC

Nesting inside

Hello,

I was wondering if it is possible to nest local specific content
rendered by a <bean:message> tag inside another Struts taglib, such as
<html:link>.

I tried doing something like <html:link forward='<bean:message
key="about.uri" />' /> and <html:link forward="<bean:message
key="about.uri" />" />, neither of which work of course.

If someone can fill me in with some more information, I would appreciate
it.

Thanks

John Pitchko