Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -11,7 +11,7 @@ | ... | @@ -11,7 +11,7 @@ |
11 | <h:outputText value='Nom du pays'/> | 11 | <h:outputText value='Nom du pays'/> |
12 | <h:inputText value='#{countryBean.countryName}'/> | 12 | <h:inputText value='#{countryBean.countryName}'/> |
13 | <h:outputText value='Add'/> | 13 | <h:outputText value='Add'/> |
14 | - <h:commandButton action="#{bookBean.add}" value="Add"/> | 14 | + <h:commandButton action="#{countryBean.add}" value="Add"/> |
15 | </h:panelGrid> | 15 | </h:panelGrid> |
16 | </h:form> | 16 | </h:form> |
17 | </body> | 17 | </body> | ... | ... |
-
Please register or login to post a comment