Replies: 5 comments 4 replies
-
Thank you for your interesting question. Unfortunately, we have not yet had a Thymeleaf scenario with KoliBri. But I believe that here, as with PHP or JSF, the HTML is rendered from the server and sent to the browser. Is that correct? If so, then it is probably a static scenario. Here we recommend activating the experimental mode first. This manages the value handling in forms. If possible, could you provide a reproduction example? The form structure should look schematically as follows:
FYI - @sdvg: Do you have any additions here? |
Beta Was this translation helpful? Give feedback.
-
To me it's unclear whether this is about static form submission (i.e. handling the form data on the server) or using a client side callback function (as mentioned with the " |
Beta Was this translation helpful? Give feedback.
-
Hi, thanks for the help.
|
Beta Was this translation helpful? Give feedback.
-
Hi, please be patient. We had a sprint change today and haven't had time to respond yet. Please check if you have duplicate fields in the DOM. Could you provide us with an excerpt from the browser's HTML? We will then check if the duplicate rendering of IDs is caused by KoliBri. |
Beta Was this translation helpful? Give feedback.
-
@michaelodeus: I think the feature associated form fields is ready and we will discuss in the team to make this feature productive. @sdvg: Let's complete the feature for the next sprint. |
Beta Was this translation helpful? Give feedback.
-
Summary
I'm working in a project with Thymeleaf with KoliBri + Spring Boot, and I follow the steps to submit form and try to get the value of submit, but don't have, when you can, give me information how I can handle with value during submit please.
I'm using
kol-form
,kol-inputs
andkol-button
, get the form and do assignment inkol-form._on
property to execute the callback. Thanks in advance for your help.Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions