com.primix.vlib.pages.EditProfile border Border title Edit Profile showError ShowError form Form listener formListener inputFirstName TextField displayWidth 30 maximumLength 30 text attributes.firstName labelLastName FieldLabel field components.inputLastName delegate validationDelegate inputLastName ValidatingTextField text attributes.lastName displayWidth 30 maximumLength 30 displayName Last Name required Boolean.TRUE delegate validationDelegate labelEmail FieldLabel field components.inputEmail delegate validationDelegate inputEmail ValidatingTextField text attributes.email displayWidth 30 maximumLength 60 displayName E-Mail required Boolean.TRUE delegate validationDelegate labelPassword1 FieldLabel field components.inputPassword1 delegate validationDelegate inputPassword1 ValidatingTextField text password1 displayWidth 20 maximumLength 20 displayName Password delegate validationDelegate hidden Boolean.TRUE labelPassword2 FieldLabel field components.inputPassword2 delegate validationDelegate inputPassword2 ValidatingTextField text password2 displayWidth 20 maximumLength 20 displayName Password (again) delegate validationDelegate hidden Boolean.TRUE