Hi, I`m using a tag url but this tag are not evaluate a expression "[0].getActionsName" on action parameter.Is it normal?
example:
<s:url var="myVar" action="[0].getActionName()"/>
<s:a href="%{myVar}"><s:property value="[0].getLinkText()" /><s:a/>
The last Action called has getActionName() and getLinkText() methods.
In browser shows http://localhost/App/[0].getActionName[]
Can anybody help me?

