Directory

FormSender - Vaadin Add-on Directory

FormSender is a component for submitting data via post or get. FormSender - Vaadin Add-on Directory
Sometimes you just have the need to submit. A form, some data to another service... FormSender allows you to set the target URL, the desired submit method (POST or GET) and add as much data as you want to send. Then just call submit() and remember, that the call will probably transfer the user away from the current application. This is a client-side extension, so the widgetset must be recompiled before the add-on will work.