Thanks,
This works form me:
<s:url id="url" action="getCRUD" />
<a href="<s:property value='#url'/>" target="_blank">...</a>
niels
On Jan 29, 2008, at 5:36 PM, Laurie Harper wrote:
niels wrote:
There is no target attribute in de a-tag:
http://struts.apache.org/2.x/docs/a.html
Correct, there isn't such an attribute. The Struts 2.0.9
documentation for that tag lists a 'targets' attribute, but that's
related to the Ajax theme and doesn't do what you're looking for.
I am a newbie, and want to open de link in another (specified)
browser window..
How to overcome this?
Dave's solution (using a vanilla <a> tag) is the correct way to do
this.
L.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]