|
<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.0 Transitional//EN'>
9 s ?5 S+ k K. P<html>( _2 k- I; k" k! x3 z' u3 N; \3 w7 \
<head>9 I" r- F5 q! h3 Y( v. g
<title>A Simple JavaServer Faces Application</title>1 P: T2 F( e8 d! ]
</head>
' W$ ?1 k4 ~+ U# g$ e
! d! w& S, f$ p <body>
, \, x! R/ g3 | u8 q. O <%@ taglib uri='http://java.sun.com/j2ee/html_basic/' prefix='faces' %>
6 |: n& [4 a( g, Y p4 {# g& j, y4 I6 n/ Z
<font size='4'>Please enter your name and password</font>: n* }% P3 k. k9 w/ @: L
; b; ~8 S' \) H0 l <faces:usefaces>) ]& S/ e4 p& w. X0 U( n
<faces:form id='simpleForm' formName='simpleForm'>
: e! F. ^! D# V' {; e7 t <table>6 L- P/ G/ i7 [1 r* P, x
<tr>
( M Y- k+ j& t0 R$ ^( S2 N <td>Name:</td> U/ l: b$ e7 K
<td>* O1 | j5 z" P! T S
<faces:textentry_input id='name'> 9 d) N9 R6 r4 n! c; d
<faces:validator
+ h, }; E0 o5 m5 l$ E1 c className='com.sabreware.validators.NameValidator'/>4 G0 d( L& I# i' E* @
<faces:validator
; A# H4 z6 Y2 n$ a className='javax.faces.validator.LengthValidator'/>
- c# y! X+ E \+ @ <faces:attribute . [/ g' _0 O- p1 o/ V0 o1 a1 v
name='javax.faces.validator.LengthValidator.MINIMUM'7 e' m/ [6 c H: v5 J
value='3'/>' O4 U% x; |" v' }
</faces:textentry_input>( B3 N: _. O, G2 v0 k! o6 b) c' N
</td>
0 M! g$ v" v$ x4 }* [4 m5 x* p* t: T% O6 P
<td>7 j' _5 d% K7 O+ L" z/ B
<faces:validation_message comp/>) E* C8 V8 D' K) q# d# N8 {
</td>
, K. @4 k. N/ @+ z, N8 v4 T" I </tr>
3 G# s2 _) j7 h6 c6 k2 v+ @" ~$ E9 y( d, z! s
<tr>/ U) x) c/ o, P4 c9 \; C
<td>Password:</td>. N( B$ f2 q) G4 ^5 n4 p! V
<td>
9 f. P, I7 Q- t2 i <faces:textentry_secret id='password'/>
" ?: T% e6 J7 _3 _ </td>; c9 Q! a5 }" j& c1 p! g% V& V
</tr>
! _; }+ n% N( U' d1 ` </table>8 _" x7 y+ n& N* R4 E3 n; }$ h8 ?
# i4 [, z# D& F! l( Z& h <p><faces:command_button id='submit' commandName='Log In'/>
! }" \ X4 H; l2 e) q5 X- U </faces:form>1 I- \" L/ l+ V" ?3 m" n, A
</faces:usefaces># n4 x$ H0 @) h+ p9 f
</body>( T U- x! }7 H! \
</html> |
|