Can anyone tell me how I can put a peace of code that containts html and java (link in the example below) in comment without putting the html and the java separately in comment?
<td>
<% if (ApplicatieWijzigenController.getAantalBeheerders() > 1) { %>
<input type="submit" value="Verwijderen1">
<% } else { %>
<input type="submit" value="Verwijderen2">
<% } %>
<td>
<% if (ApplicatieWijzigenController.getAantalBeheerders() > 1) { %>
<input type="submit" value="Verwijderen1">
<% } else { %>
<input type="submit" value="Verwijderen2">
<% } %>