You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to receive the data from a form submitted as a POST request.
Currently my workaround is to get the values from HttpServletRequest request and its parameter map.
But i want to directly bind the returned values to a dto object like e.g. here: https://www.baeldung.com/spring-mvc-and-the-modelattribute-annotation
Does binding an entity to a form work in jte?
The text was updated successfully, but these errors were encountered:
I currently use regular RequestParams in Spring, but e.g. JSP ha support for binding a model to form elements. Maybe this could be implemented for jte in the spring boot starter as well
I currently use regular RequestParams in Spring, but e.g. JSP ha support for binding a model to form elements. Maybe this could be implemented for jte in the spring boot starter as well
Would be a nice idea! Thymeleaf has th:field aswell:
I'm trying to receive the data from a form submitted as a POST request.
Currently my workaround is to get the values from
HttpServletRequest request
and its parameter map.But i want to directly bind the returned values to a dto object like e.g. here: https://www.baeldung.com/spring-mvc-and-the-modelattribute-annotation
Does binding an entity to a form work in jte?
The text was updated successfully, but these errors were encountered: