I have a question about the blocking of a text box, what happens is that when loading the page, the text box is blocked, but when I save information and reload the page you can edit the information of the box that should be blocked As I handle hours of employee entries it is important that they can not change the time.
Here is my code:
<input type="text" name="timePunchIn" class="timePunch timefield timeIn" id="timePunchIn" value="${iteration.startTime}" readonly="readonly"/>
I appreciate your help, regards