Skip to content

Commit 751c661

Browse files
committed
Adding prompts on what needs to be entered
1 parent d7f8caf commit 751c661

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jsf/bean-validation/src/main/webapp/index.xhtml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
</h:head>
88
<h:body>
99
<h1>JSF and Bean Validation</h1>
10+
At least 3 characters in name, 25 >= age >= 18, zip is 5 digit numeral<br/><br/>
1011
<h:form>
1112
Name: <h:inputText value="#{myBean.name}"/>
1213
Age: <h:inputText value="#{myBean.age}"/>

0 commit comments

Comments
 (0)