Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. <h:form id="login" onsubmit="document.getElementById('login').action = 'j_security_check';">
  2. <p>Username: <h:inputText a:name='j_username' styleClass="form-control" /></p>
  3. <p>Password: <h:inputSecret a:name="j_password" styleClass="form-control" /></p>
  4. <h:commandButton class="btn" action="j_security_check" value="Login"></h:commandButton>
  5. </h:form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement