Improved FormSender for Vaadin 6 - Vaadin Add-on Directory
Component for simulating form submits using POST or GETThis 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(...)
Source CodeIssue Tracker
Original FormSender component
Improved FormSender for Vaadin 6 version 1.1-xylo
added the following methods to FormSender:
* setFormTarget(...)
* setFormAction(...)