Please see the below code, I am not able to generate link inside display tag, the attachment attribute is not null and taskHistory
HAS attachments. With this code I only see http://anyhost.com/user/, and what I want http://anyhost.com/user/attachment
<display:table export="true" id="data" name="taskHistory" pagesize="5"
requestURI="">
<display:column title="Download Attachments">
<a href="/notifier/<s:property value="%{#session.user.userId}" />/<s:property value="%{#data.attachment}" />">Download</a>
</display:column>
</display:table>