Details
-
Type:
Sub-task
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 3.0
-
Fix Version/s: None
-
Component/s: Web - JSF
-
Labels:None
Description
The following two methods do not work with Mojarra/PrimeFaces:
<c:if test="${not empty userForm.user.id}"> <h:commandButton value="#{text['button.delete']}" action="#{userForm.delete}" styleClass="btn" onclick="return confirmMessage(msgDelConfirm)"/> </c:if> <h:commandButton value="#{text['button.delete']}" action="#{userForm.delete}" styleClass="btn" onclick="return confirmMessage(msgDelConfirm)" rendered="${not empty userForm.user.id}"/>