I have been praticing tapestry for form submission and submitting data into database using hibernate.
I am referring below two links for it.
https://tapestry.apache.org/using-beaneditform-to-create-user-forms.html
https://tapestry.apache.org/using-tapestry-with-hibernate.html
But making form in these links is given using beaneditform component.
But I don't want to use beaneditform and just make a normal html/tml submit form and store data to database. How can I do it? Please help.