ognl:myMethod(tag.id)

----- Original Message ----- From: "Nima Boustanian" <[EMAIL PROTECTED]>
To: "Tapestry users" <[email protected]>
Sent: Monday, March 13, 2006 1:38 AM
Subject: [Newb] Sending arguments via ognl


Hey all

How do you send arguments to methods via ognl? I have something like this:

<tr jwcid="@For" source="ognl:posts" value="ognl:post" class="tableheader">
                <tr>
<td><span jwcid="@Insert" value="ognl:post.title">Post title</span></td>
                </tr>
                <span jwcid="@For" source="ognl:tags" value="ognl:tag">
                    <span jwcid="@Insert" value="ognl:tag.id"></span>
               </span>


Now I want to for each loop in the second For statement send the tag.id to a method in my
corresponding Java class. How can this be done?

Thanks!

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to