Thank you, I've finally solved the problem! Previous solutions helped me,
seems like I was making stupid mistakes.
This code snippet prints links to my download action, my download action
works fine.
Thank you again!
<s:iterator value="lawDraft.docs" id="doc">
<s:url id="downloadAction"
action="DownloadLawDraftDocument"
namespace="/admin">
<s:param
name="lawDraftId" value="lawDraft.id"/>
<s:param
name="documentTitle" value="title"/>
</s:url>
<tr>
<td>
<s:a
href="%{#downloadAction}">
<s:property value="title"/>
</s:a>
</td>
</tr>
</s:iterator>
--
View this message in context:
http://www.nabble.com/Problem-accessing-iterated-object-%28%3Cs%3Aiterator%29-tp18614028p18650869.html
Sent from the Struts - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]