From: "Aleksandar Matijaca" <[EMAIL PROTECTED]> > I am trying to use <html:link tag, and I have no problem just doing a plain > <html:link, however, I would > like to have it render the <html:link into something like -- <a > href="/myapp/[EMAIL PROTECTED]" ></a> > > That is, I am not sure how to specify the html:link so that it takes par1 > and [EMAIL PROTECTED] If you have a nice > example, I would appreciate it.
http://struts.apache.org/userGuide/struts-html.html#link If you have a single parameter to pass, you can use the 'paramId' and 'paramName' attributes of the <html:link> tag. If you still need help, post the <html:link> that you've written, along with the <a href="..."> that you're trying to get it to render. -- Wendy Smoak --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]