Hi,
I have two strings that i need to compare, but even if they have the same values or different , it always enters the statement...
<c:when test="#{bean.name1 != bean.name2}">
fields that are supposed to appear _only_ when name1 is different from name2
</c:when>