Gordian Yuan wrote:
and i can't found html tag A target attribute on s:a
now i write the code like this
<a href='<s:property value="editJob" />' target="_blank" >modify</a>
It struts2 has a good way to be able to use s:a to open a new window ?

The <s:a...> tag is really more for the Ajax theme--using the HTML <a...> tag is probably the best way to do this.

Dave


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to