I have a page with a few tables, a search field (TextField) and a search button.
I’ve registered a Button.ClickListener with the search button.
When I click the button, I get:
Oct 25, 2012 5:28:05 PM com.vaadin.server.AbstractCommunicationManager handleBurst
WARNING: RPC call to com.vaadin.shared.ui.button.ButtonServerRpc.click received for connector 101 but no such connector could be found
Seeing errors similar to this all over the application after upgrading to Vaadin7 (seen in beta4,5,6)
Just thought I’d mention for folks who stumble on this page… I had a simiilar problem briefly, but the bug was mine and had nothing to do with location of control inits. I’d overridden attach() in a View class but simply forgot to call super.attach(). Vaadin 7 post-beta9 snapshot.