I need an inline solution for this issue:
<div id="xy<%=statusCount%>" style="margin-top: 50px;display:${<%= statusCount %>!=0 ? 'none' : ''};" class="XYZ">
This code is causing an error
The condition <%= statusCount %> is returning 0 but the comparison is not working.
Error message - org.apache.jasper.JasperException: org.apache.jasper.JasperException: javax.el.ELException: Failed to parse the expression [${<%= statusCount %>!=0 ? 'none' : ''}]