Mr. Markou you stress me out so freaking much

This commit is contained in:
2023-11-19 23:18:28 -06:00
parent 473a7e61e9
commit 1896014238
149 changed files with 5677 additions and 2 deletions

View File

@@ -32,7 +32,8 @@
<h:column>
<f:facet name="header"> <h:outputText value="birthday" /></f:facet>
<h:inputText disabled ="#{!supplier.modify}" value="#{supplier.birthday}" validator="dateValidator"/>
<p:calendar disabled ="#{!supplier.modify}" value="#{supplier.birthday}" pattern="yyy/MM/dd HH:mm:ss"/>
</h:column>
<h:column>
@@ -57,7 +58,7 @@
</h:selectBooleanCheckbox >
</h:column>
<h:column>
<h:commandButton value="Delete" action="#{supplierBean.}"
<h:commandButton value="Delete" action="#{supplierBean.deleteRow()}"/>
</h:column>
</h:dataTable>
<h:commandButton value="Save" action="#{supplierBean.saveFromUpdate()}" />