The upload button is still enabled and handles click events even if the component is disabled and grayed out.
I think this is a client side issue because on server side there is the following message:
WARNING: Ignoring RPC call for disabled connector com.wcs.wcslib.vaadin.widget.multifileupload.component.MultiUpload
But it is not good for the user to be able to open the "Browse Window" and nothing happens.
The upload button is still enabled and handles click events even if the component is disabled and grayed out. I think this is a client side issue because on server side there is the following message: WARNING: Ignoring RPC call for disabled connector com.wcs.wcslib.vaadin.widget.multifileupload.component.MultiUpload
But it is not good for the user to be able to open the "Browse Window" and nothing happens.