Hey all

I have a table that I want to pass values from

<table jwcid="@contrib:Table" id="conversationsPlaceHolder" source="ognl:posts" columns="listOfConversations:Title:title, Comments:childPosts.size, Author:externalAuthorId, Group" class="tableheader" rowsClass="ognl:beans.evenOdd.next">

                                   <tr jwcid="[EMAIL PROTECTED]">
<span jwcid="@Insert" value="ognl:getGroupName(title)"></span>
                                   </tr>
</table>

Can I in some way pass a value from the contrib:Table column Title to the overriden table row method getGroupName(title)?

Thanks!

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

Reply via email to