Dear Walter,

I thank you very much for your help.

Alex
  ----- Original Message ----- 
  From: Walter Mourão 
  To: MyFaces Discussion 
  Sent: Thursday, February 26, 2009 12:26 AM
  Subject: Re: How to reset an apache trinidad row selection


      public void conteinerSelectionListener(SelectionEvent event){
              final CoreTable table=(CoreTable)event.getComponent();
              table.setRowIndex(-1);
              table.getSelectedRowKeys().clear();
      }

  Walter Mourão
  http://waltermourao.com.br
  http://arcadian.com.br
  http://oriens.com.br




  On Wed, Feb 25, 2009 at 4:36 PM, alex01130 <[email protected]> wrote:

    My Problem is, I'd like to reset /uncheck the select radio button of a 
tr:table inside the selectionListener procedure. Any ideas how perform this?

    Thanks in advance 

    alex01130

Reply via email to