I am having difficulty understanding how to show rows differently
using contrib table.

Lets see if I can describe what I am trying to do.  I basically have a
table with 5 rows.  One of the rows is a link to delete the row.  The
thing is only the owner of the document can delete the row.  my table
is set up like this:

<table jwcid="[EMAIL PROTECTED]:Table" source="ognl:page.docList"
columns="type", "title", "desc", "file", "id">
 <span jwcid="@base:If" condition="ognl:docOwner">
  <span jwcid="[EMAIL PROTECTED]'>
    <span jwcid="deleteLink"/>
  </span>
 </span>
</table>

The issues is that docOwner needs to know the value of of the current
rows 'id' in order to validate its this users document.  How would I
go about doing that?

Thanks.

-- 
~chris

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

Reply via email to