Hi all,
I have a table that uses generic table filter to filtes its values by several columns. It worked fine up to the point when I needed to add checkboxes to that table for multi selection. After I added a Selected attribute to both TableNode and SourceNode (to keep them identical), I get this exception every time filter method is called:
java.lang.NullPointerException: while trying to invoke the method java.lang.String.indexOf(int) of an object loaded from local variable 'attributeName'
SourceNode is filled from Adaptive RFC2 Model.
Any ideas how to make it work?