rsoesemann / visualforce-table-grid

Flexible and highly customizable Visualforce table grid component. Salesforce.com Classic Look and Feel.
MIT License
124 stars 72 forks source link

Click on Select Box in TableGrid Example generates Null Pointer #14

Open dschueler opened 9 years ago

dschueler commented 9 years ago

Apex script unhandled exception

Visualforce Page: /apex/warrior_serve__tableGridStandalone

caused by: System.NullPointerException: Attempt to de-reference a null object

Class.warrior_serve.TableGridController.doHandleSelection: line 272, column 1

rsoesemann commented 7 years ago

@dschueler could you solve this? Would you mind merging you solution back?