I need to check type to display correct message like:
${row.type} <c:if test="${row.stype ==\"Note\" }">Important Note</c:if>
But the problem that escaping produce strange error: Unable to analyze EL expression due to lexical analysis error
How it can be fixed? Thanks.