Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Paged Table throws Exception "A connector should not be marked as dirty while a response is being written." #17

Open
prabha86 opened this issue Oct 25, 2013 · 0 comments

Comments

@prabha86
Copy link

Am getting this exception frequently when user clicks inside the table multiple times.

java.lang.IllegalStateException: A connector should not be marked as dirty while a response is being written.
at com.vaadin.ui.ConnectorTracker.markDirty(ConnectorTracker.java:346)
at com.vaadin.server.AbstractClientConnector.markAsDirty(AbstractClientConnector.java:139)
at com.vaadin.server.AbstractClientConnector.attach(AbstractClientConnector.java:597)
at com.vaadin.ui.AbstractComponent.attach(AbstractComponent.java:554)
at com.vaadin.server.AbstractClientConnector.setParent(AbstractClientConnector.java:586)
at com.vaadin.ui.AbstractComponent.setParent(AbstractComponent.java:457)
at com.vaadin.ui.Table.registerComponent(Table.java:2350)
at com.vaadin.ui.Table.parseItemIdToCells(Table.java:2337)
at com.vaadin.ui.Table.getVisibleCellsNoCache(Table.java:2147)
at com.vaadin.ui.Table.refreshRenderedCells(Table.java:1668)
at com.vaadin.ui.Table.refreshRowCache(Table.java:2613)
at com.vaadin.ui.Table.setPageLength(Table.java:1027)
at com.jensjansson.pagedtable.PagedTable.getPageLength(PagedTable.java:65)
at com.vaadin.ui.Table.paintTableAttributes(Table.java:3421)
at com.vaadin.ui.Table.paintContent(Table.java:3183)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant