Shawn,

When the action event is delivered, table's currency is set to the row where the button
was clicked. You can either programatically evaluate an EL _expression_ that references table's
var or get hold of the table component (or model) and call getRowData().

Also, take a look at the tr:setActionListener tag: http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_setActionListener.html

Max

Bertrand, Shawn R wrote:

I’d like to have an action-type column in which we place an image for each row that, when clicked, will display a dialog with detail about that row.  The column part is easy, but how do I reference the clicked row’s data in the action method?

 

Thanks in advance,

 

Shawn Bertrand

 


Reply via email to