Toggle navigation
Toggle navigation
This project
Loading...
Sign in
grogv3
/
grog-cubi
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Jean-Francois Leveque
2016-09-30 14:53:36 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
15dc84d69ded17cdff56d58fb335dc4145713659
15dc84d6
1 parent
adff8692
Attention au copier-coller
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/webapp/addCountry.xhtml
src/main/webapp/addCountry.xhtml
View file @
15dc84d
...
...
@@ -11,7 +11,7 @@
<h:outputText
value=
'Nom du pays'
/>
<h:inputText
value=
'#{countryBean.countryName}'
/>
<h:outputText
value=
'Add'
/>
<h:commandButton
action=
"#{
book
Bean.add}"
value=
"Add"
/>
<h:commandButton
action=
"#{
country
Bean.add}"
value=
"Add"
/>
</h:panelGrid>
</h:form>
</body>
...
...
Please
register
or
login
to post a comment