Because the HTML anchor <a.../> tag with a URL created via <s:url.../> replaces the "&" character between parameters with "amp;" characters and my link doesn't work.
newton.dave wrote: > > --- TonyD <[EMAIL PROTECTED]> wrote: >> How to obtain the equivalent html anchor in struts? >> >> <.a href=<s:property value="%{url}"/> >> target="_blank"> >> ... >> <./a> >> >> I tried with the "targets" parameter but it doesn't >> work. >> >> <s:a href="%{url}" targets="_blank"> >> ... >> </s:a> > > Why not just use an HTML <a.../> tag with a URL > created via <s:url.../>? > > d. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Struts-anchor-question-tf4428839.html#a12636331 Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]