On Wed, Dec 22, 2010 at 12:16 PM, <thomas.satt...@barclayswealth.com> wrote:
> > Why use a struts tag to generate a non-struts link? > And, this seems like a perfectly reasonable thing to do. Not really. The whole point of the Struts tags is to access Struts functionality, like action mappings. All this is is pure JavaScript. No Struts. Accessing properties to use as parameters doesn't require the use of a Struts link tag, because that's not what the Struts link tag is for. > We do the same thing here and it's not complicated to do. I don't think > you need to mess with the <html:link> tag. Just create the tag normally, > the same way as you would sans Struts, and use your beans to supply the > values. Wth. That's precisely what I said. Dave