jtmille3
19 May 2008, 5:14 AM
This hasn't been released yet, but I came across two issues with the SVN build.
1.) Problem with HTTPProxy and BasePagingLoader. When HTTPProxy generates the query parameters it fails to add an additional '&'. Looks like
"&sortField=null&sortDir=NONEstart=0&limit=20"
2.) Table selection is broken. Hopefully that will be resolved soon or I'm not selecting rows correctly. I had things working in Beta 2 though.
tableBinder.addSelectionListener, the TableBinder always returns null for selection. Even when a row is selected.
1.) Problem with HTTPProxy and BasePagingLoader. When HTTPProxy generates the query parameters it fails to add an additional '&'. Looks like
"&sortField=null&sortDir=NONEstart=0&limit=20"
2.) Table selection is broken. Hopefully that will be resolved soon or I'm not selecting rows correctly. I had things working in Beta 2 though.
tableBinder.addSelectionListener, the TableBinder always returns null for selection. Even when a row is selected.