Spring-web / Jakarta-servlet: detect input-change in ‘when’ function
In my .jsp
-file, I have a text-field and a button. Both elements are part of a table. The table is filled through a forEach
loop, which iterates over a List<WordDto>
from the java-controller. Each WordDto
has its own text-field and button.