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