Commit 8dadf1ff by Patryk Czarnik

th:value

parent 8359ae3d
......@@ -10,7 +10,7 @@
<form>
<label for="imie">Jak masz na imię?</label><br>
<input id="imie" name="imie" type="text"><br>
<input id="imie" name="imie" type="text" th:value="${param.imie}"><br>
<button>Wyślij</button>
</form>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment