Configure Maven repository for unionflow-server-api dependency

This commit is contained in:
dahoud
2025-12-10 01:12:54 +00:00
commit 2910809949
1173 changed files with 435718 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
<!DOCTYPE html>
<ui:composition template="/templates/main-template.xhtml"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://xmlns.jcp.org/jsf/html"
xmlns:f="http://xmlns.jcp.org/jsf/core"
xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
xmlns:p="http://primefaces.org/ui">
<ui:param name="page" value="#{demandesAideBean}"/>
<ui:define name="title">Historique des Demandes d'Aide - UnionFlow</ui:define>
<ui:define name="content">
<!-- Redirection vers history.xhtml (WOU/DRY - réutiliser la même page) -->
<h:form>
<p:commandButton value="Voir l'historique"
action="#{demandesAideBean.voirHistorique()}"
styleClass="ui-button-primary"/>
</h:form>
</ui:define>
</ui:composition>