On Jun 12, 2014, at 4:36 AM, John Morrison <john.morrison at uadm.uu.se> wrote: > I want to remove white spaces within the password entry. Untested, but something like trim().. <% j_password.trim() %> Not sure why you would want to do this though. If they enter spaces they are not entering the password correctly -------- thanks kevin.foote