Not much to say, my <s:a href="xxx">blablabla</s:a>
is aways resolved to empty and invisible <a href="xxx"></a>
I also tried s:a attributes like label, title, name, etc.
Not much to say, my <s:a href="xxx">blablabla</s:a>
is aways resolved to empty and invisible <a href="xxx"></a>
I also tried s:a attributes like label, title, name, etc.
The proper notation is
<s:a value="http://www.stackoverflow.com">Go to link</s:a>
And also make sure you got this at the top of your jsp.
<%@ taglib prefix="s" uri="/struts-tags" %>