scaladin icon indicating copy to clipboard operation
scaladin copied to clipboard

Scala API for Vaadin Framework

Results 26 scaladin issues
Sort by recently updated
recently updated
newest added

When I click the submit button, I get ``` SEVERE: com.vaadin.server.ServerRpcManager$RpcInvocationException: Unable to invoke method click in com.vaadin.shared.ui.button.ButtonServerRpc at com.vaadin.server.ServerRpcManager.applyInvocation(ServerRpcManager.java:170) at com.vaadin.server.ServerRpcManager.applyInvocation(ServerRpcManager.java:118) at com.vaadin.server.communication.ServerRpcHandler.handleBurst(ServerRpcHandler.java:207) at com.vaadin.server.communication.ServerRpcHandler.handleRpc(ServerRpcHandler.java:111) at com.vaadin.server.communication.UidlRequestHandler.synchronizedHandleRequest(UidlRequestHandler.java:91) at com.vaadin.server.SynchronizedRequestHandler.handleRequest(SynchronizedRequestHandler.java:37)...

Hi, can somebody help me? Is there a possibility that ScaladinUIProvider.createScaladinUiInstance is mistakenly called twice? (by Vaadin or by Scaladin) My setup is Scaladin 3.0.0, Vaadin 7.1.14, Jetty 8.1.15.v20140411, Atmosphere...

There should be a corresponding annotation in Scaladin OR the configuration that's defined with the annotation could be done by using constructor arguments in ScaladinServlet.

enhancement

Trying to serialize a UI class causes: ``` java.io.NotSerializableException on vaadin.scala.UI$delayedInit$body ```

bug

Lacking much understanding of Scaladin internals, I'm unsure if this is a bug or not. It relates to a MatchError when trying to retrieve an item from a BeanContainer and...

bug