Hi,
I am using for the first time gwt-widget, and I don't know if this report display a bug in the library, or if I am not using it correctly. So, please, forgive me.
I derived a class from SortablePaginationBehavior, then I called its constructor (that invoke
super(table, resultsPerPage);
as first statement) and then, I call the
showPage(1);
What happens is that when invoking showPage, the superclass uses getParamenters(), but this is still null so the call end with a NullPointerException.
Am I using these classes in a wrong way?
Thanks for your help,
Giuseppe
Logged In: YES
user_id=220823
Originator: YES
More info: calling showPage(int) give the error above, while calling showPage(int, String, boolean) doesn't.