Patrick Schmidt

Results 33 comments of Patrick Schmidt

When coming from the Flow-side of things, binding the checkbox as read-only technically works, because its value can't be changed. But the fact that it changes its state and quickly...

@OlliTietavainenVaadin, if you use a breakpoint or sysout, I'm sure you'll see that `setParameter(...)` actually **_is_** called. The issue here is that a forward (via a BeforeEvent) seems to cancel...

Wrapping the notification in the following seems to be a suitable workaround: ``` event.getUI().access(() -> { Notification.show("Notification"); }); ```

I'm also interested in having this fixed, especially since the fix - as shown - is quite trivial.

The problem is that `new OutputStreamWriter(http.getOutputStream())` uses the system's default encoding to write out the XML request. When the default encoding is _not_ `UTF-8` (like on Windows; at least until...

Thanks a lot for the quick response and fix. Much appreciated :) I'll test it next week.

I can confirm that the release has indeed fixed the issue :)

Thanks for taking the time to fix it :)

I encountered the same exception. It occurs with OGNL >= 3.2.2.