Vaadin: 7.7.10
ComponentRenderer: 1.0.3
Steps:
- Create a grid with a generated column that produces a Vaadin component such as a Label.
- Set gird column method: setRenderer( new ComponentRenderer() ).
- Start the application and navigate to the view with the grid. Label should display in the grid cell correctly.
- Reload the page. The assertion on line 210 of ConnectorTracker.java will fail
This occurs in every view that contains a grid which uses the ComponentRenderer addon.
Vaadin: 7.7.10
ComponentRenderer: 1.0.3
Steps:
This occurs in every view that contains a grid which uses the ComponentRenderer addon.