Directory

← Back

FormSender for Vaadin 8

FormSender add-on for Vaadin 8

Author

Contributors

Rating

Simple add-on to allow doing HTTP POST calls from the client-side. Vaadin 8 port of Formsender.

Sample code

FormSenderBuilder
.create()
.withUI(getUI())
.withAction("http://localhost:8080/printparameters.jsp")
.withTarget("_self")
.withMethod(Method.POST)
.withValue(NAME_PARAM, usernameField.getValue())
.withValue(PASSWORD_PARAM, passwordField.getValue())
.submit();

Compatibility

1.0
(24)
(23)
(22)
(21)
(20)
(19)
(18)
(17)
(16)
(15)
(14)
(13)
(12)
(11)
(10)
8.0-8.10Y
(7.7)
(7.6)
(7.5)
(7.4)
(7.3)
(7.2)
(7.1)
(7.0)
(6.8)
(6.7)
(6.6)
(6.5)
(6.4)
(6.3)
(6.2)
(6.1)
(6.0)

Was this helpful? Need more help?
Leave a comment or a question below. You can also join the chat on Discord or ask questions on StackOverflow.

Version

Initial release after migration

Released
2018-10-12
Maturity
EXPERIMENTAL
License
Apache License 2.0

Compatibility

Framework
Vaadin 8.0+
Browser
N/A

Vaadin Add-on Directory

Find open-source widgets, add-ons, themes, and integrations for your Vaadin application. Vaadin Add-on Directory
The channel for finding, promoting, and distributing Vaadin add-ons.
Online