I think you need to put in a filter to intercept the case where the
session has timed out and redirect to another page. JSF can't render the
page if the backing bean doesn't exist in the session.
-R
-Original Message-
From: sio [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 23, 2007 8:
Is it possible to programmatically select or deselect rows in a
tr:table? I would like to remove the rows that a user has selected from
within an action handler method that is bound to a commandButton.
It seems that when I call getSelectionState() on the CoreTable, I'm
getting a null RowKeySet.
Th
I wouldn't use a model object as a backing bean because the backing bean
is intended to mediate between the model and view layers. You could
compose the backing bean with the model object instead to achieve your
objectives and also reduce the number of attributes/getters/setters in
your backing bea
Hi,
It seems that the disabled attribute is no longer available in the
tr:table tag. Is there a substitute or workaround for this? Previously
in the ADF table tag, the "disabled" attribute could be used to indicate
an attribute in the bean used for the table row to indicate that the row
was disable
In these previous emails, "selectOne" and "selectMany" should have
been "tableSelectOne" and "tableSelectMany"
-Richard
-Original Message-
From: Richard Yee [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 08, 2007 5:33 AM
To: MyFaces Discussion
Subject: Re: Preventing "Select All" a
Hi,
Is there a way to control the display of the "Select All | Select None"
banner that is display for tables with the rowSelection="multiple" set?
The reason I need this is that some of the rows selections are mutually
exclusive so I need to validate which rows can be selected once the user
select
6 matches
Mail list logo