0
Ich habe ein div-Tag mit Stil als keine und ID als ack.With in If-Core-Tag muss ich div-ID zugreifen und müssen Nachricht anzeigen.Access Div-ID von Jstl Core-Tag?
<body>
<div class="alert alert-success" id="ack"
style="display: none" align="center">
</div>
<c:if test="${LegacyDataForm.petDetails ne null}">
//how to access div id from here
</c:if>
</body>