I am trying to do the following:
<c:when test="${topicForm.image == ''}">
but it doesn't seem to work even when getImage() returns "".
I tried the keyword "empty" as well with no luck:
<c:when test="${topicForm.image == empty}">
I am trying to do the following:
<c:when test="${topicForm.image == ''}">
but it doesn't seem to work even when getImage() returns "".
I tried the keyword "empty" as well with no luck:
<c:when test="${topicForm.image == empty}">