Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
RPC call for disabled connector
I have made a simple component GWT extension for abstract fields. It is a simple toggle button, which toggles it's target component "enabled" state. So, when I toggle it to "disable", the component is being disabled and I can never enable it back with my toggle button. RPC server refuses to make a call as the field is disabled. It is a security feature. Is there a workaround for my case?
I wonder if you could just make a server-side composite instead of an GWT extension?
The button, toggling it's target component has some fancy design, styles and structure.
I will make a composite, but first wanted to try a harder way. :)