I have an application that uses a list and with each selection the displayed Picklist has the provider data updated for the table. When I get the getRowsSelectedCount() value, it continues to increase when I click the selected check box, even though there is only X items selected, or if it is 0.
How do you reset this counter value and have it start over at 0? I saw a post somewhere that getRowSelectedCount().clear() is supposed to work, but that threw an error that it did not have the clear method available.
Do you have any recommendations for a JSF or more advanced webMethods CAF class? I am looking to take a course to get more up to speed on some of the more advanced things related to webMethods CAF/JSF.