Open corbettcode opened 7 years ago
Tested with Vaadin 7.7.10 and could not reproduce the problem with the code from the componentrenderer sampler.
can you provide me some minimal example code to reproduce the problem?
Thank you for responding...
I went thru your demo code trying to figure out what I am doing wrong without any luck.
I will work on providing you with a minimal sample this weekend.
On Thu, Sep 21, 2017 at 4:32 PM, datenhahn notifications@github.com wrote:
Tested with Vaadin 7.7.10 and could not reproduce the problem with the code from the componentrenderer sampler.
can you provide me some minimal example code to reproduce the problem?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/datenhahn/componentrenderer/issues/37#issuecomment-331288146, or mute the thread https://github.com/notifications/unsubscribe-auth/AERjHg4MC8G0J0JIhiHQisoO37HwLbXGks5sktXrgaJpZM4Pf1Wu .
-- Blessings, Paul
Strive for excellence not perfection, Work like you don't need the money, Love like you have never been hurt, And dance the way you do when no one is looking.
Vaadin: 7.7.10 ComponentRenderer: 1.0.3
Steps: 1) Create a grid with a generated column that produces a Vaadin component such as a Label. 2) Set gird column method: setRenderer( new ComponentRenderer() ). 3) Start the application and navigate to the view with the grid. Label should display in the grid cell correctly. 4) 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.