# HG changeset patch # User arussell # Date 1431635844 0 # Node ID b943b16d9b337c3940226ce3379ecc0934130725 # Parent 0f907d47b95658a99d9e49df493f30a7872cbae0 Fixed: Issue with login password entry Previously: After typing in password to login, pressing enter would refresh the page. Fixed: Added script to login.xhtml to register the enter key being pressed after password entry as an equivalent to clicking the "Login" button. Alistair. diff -r 0f907d47b956 -r b943b16d9b33 src/main/webapp/entry/components/login.xhtml --- a/src/main/webapp/entry/components/login.xhtml Wed May 13 15:26:23 2015 +0000 +++ b/src/main/webapp/entry/components/login.xhtml Thu May 14 20:37:24 2015 +0000 @@ -1,10 +1,10 @@ + xmlns:h="http://java.sun.com/jsf/html" + xmlns:f="http://java.sun.com/jsf/core" + xmlns:ui="http://java.sun.com/jsf/facelets" + xmlns:a4j="http://richfaces.org/a4j" + xmlns:rich="http://richfaces.org/rich" xmlns:p="http://java.sun.com/jsf/html">