Just as a side note, message subject lines like "Nothing helps" and "A
similar problem" should probably be avoided on this list.  When someone
looks at the archives because they're stumped about a problem with
displaying problems within an iterator, there's no signal that this thread,
for instance, might give them information about their problem.

jk

On Fri, Jul 25, 2008 at 8:35 AM, holod <[EMAIL PROTECTED]> wrote:

>
> 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]
>
>


-- 
Jim Kiley
Technical Consultant | Summa
[p] 412.258.3346 [m] 412.445.1729
http://www.summa-tech.com

Reply via email to