Component for simulating form submits using POST or GET
This add-on enabled you to submit invisible forms on client side. It supports POST and GET requests and allows you to set arbitrary form attributes, the target URL and target attribute of the form.
It is a fork of the FormSender add-on which was not further developed for Vaadin 6. This fork adds the following methods to the FormSender component:
- setFormTarget(...)
- setFormAction(...)
Install
Framework Support
Vaadin 6.2+
Browser Compatibility
6
7
8
Install with
Release notes - Version 1.1-xylo
added the following methods to FormSender:
- setFormTarget(...)
- setFormAction(...)