Jean-Francois Leveque

Attention au copier-coller

......@@ -11,7 +11,7 @@
<h:outputText value='Nom du pays'/>
<h:inputText value='#{countryBean.countryName}'/>
<h:outputText value='Add'/>
<h:commandButton action="#{bookBean.add}" value="Add"/>
<h:commandButton action="#{countryBean.add}" value="Add"/>
</h:panelGrid>
</h:form>
</body>
......