The link tag is designed to work with the Action Mappings. 

For anything else, you can use bean:write

<A HREF="<bean:write name="foobar"/>">yadda yadda yadda</A>


-- Ted Husted, Husted dot Com, Fairport NY USA.
-- Custom Software ~ Technical Services.
-- Tel +1 716 737-3463
-- http://www.husted.com/about/struts/


David Corbin wrote:
> 
> The <html:link> tag doesn't seem to support a way to generate the "main
> path" from an attribute.  Is this correct?
> 
> In other words, I want a link to be <A HREF="foobar">yadda yadda yadda</A>,
> but I want the value foobar to come from an attribute in the request scope.
> 
> Any ideas?
> Thanks.

Reply via email to