Thank you Adam. True, it's rowSelection="single", probably my brain cramp on a Monday morning.
I will add a Jira enhancement request. Regards Govind -----Original Message----- From: Adam Winer [mailto:[EMAIL PROTECTED] Sent: Monday, September 18, 2006 1:17 PM To: [email protected] Subject: Re: tr:tableSelectOne and tr:tableSelectMany True, that's missing functionality. A JIRA enhancement, perhaps? BTW, it's rowSelection="single"'/"multiple"... (Not "one") -- Adam On 9/18/06, Rangasamy, Govindarajan <[EMAIL PROTECTED]> wrote: > > Sorry I did not communicate properly. I know there is rowSelection > attribute in tr:table and tableSelectOne has been removed. However, > there is no "autosubmit" property in tr:table for selectOne or > selectMany controls. > <tr:table> > <f:facet name="selection"> > <af:tableSelectOne autosubmit="true"> > </af:tableSelectOne> > </f:facet> > </tr:table> > > Now in the current form, we only have > <tr:table rowSelection="one"> > </tr:table> > > There is no autosubmit property for selection. > > > Govind > > -----Original Message----- > From: Joseph Rozier [mailto:[EMAIL PROTECTED] > Sent: Friday, September 15, 2006 4:51 PM > To: [email protected] > Subject: Re: tr:tableSelectOne and tr:tableSelectMany > > Govind, > > The tableSelectOne/tableSelectMany components were removed (as was the > table selection facet). > > You can get row selection in a table using the new table rowSelection > attribute. > > Take care, > > Joey > > On 9/15/06, Rangasamy, Govindarajan <[EMAIL PROTECTED]> wrote: > > I am trying to convert our project to Trinidad from ADF Faces. There > are > > some important properties that are available in af:table such as > > tableSelectOne with autoSubmit, have been removed from Trinidad > > equivalents. Is there any alternative? > > > > Thanks > > Govind > > > > >
