Hi! Started using the HTML DSL with KTor and wonde...
# kotlinx-html
a
Hi! Started using the HTML DSL with KTor and wondering if people have some solutions for some things I would like to do: • Is there a way to ensure binding between an object, HTML form and form submit? Showing existing values, binding new values from submit. Or do you just do that manually? • Any good way to do validations, preferrably bound to the object, something like javax.validation would be nice.