我正在嘗試使用c:if
標籤,但它在真實情況下不顯示任何內容。當if
條件成立時,我應該如何顯示任何文字。 這裏是我的XHTML代碼c:如果標籤在正確的情況下無法正常工作
<html>
<body>
<c:if test="#{fileMB.per.getFirstName()}='gul'}" >
<h:outputLabel for="user" value="#{logMB.userExists.getFirstName()}"/>
</c:if>
</body>
</html>
每是登錄人的範圍變量...