I am new to JSP and am having trouble with an if statement.
<c:if test="#{authorizedProduct.product.product.orderMethod}=='H'">
<h:outputText id="orderMethod" value="#{authorizedProduct.product.product.orderMethod}"/>
</c:if>
The order method does equal H because it will display that if I don't put in inside the if statement. Can someone help me with my if statement syntax please?