-
Notifications
You must be signed in to change notification settings - Fork 564
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: Helidon MP 2.0 - How to use FormParams? #2405
Comments
With help from @tjquinno on Slack, was able to resolve this. The key is using id="username" did not work. Instead using name="username" and name="password" worked. HTML:
and Resource
|
The JavaDoc for the |
Attribute |
How can we use Form Params on Helidon MP 2.0.2?
Environment Details
Problem Description
If we have a form like this ( at /resources/webapp/index.html)
and resource class:
usually a typical way of reading them on jax-rs is:
References:
Steps to reproduce
The text was updated successfully, but these errors were encountered: