webpiecesxxxxxpackage.web.secure.crudajax.userAddEdit.html Maven / Gradle / Ivy
#{form action:@[AJAX_POST_USER_FORM]@, class:'form-horizontal', style:'min-width:500px;max-width:800px;margin: 0 auto'}#
User
#{if _flash.error}#
${_flash.error}$
#{/if}#
#{id 'entity.id'/}#
*{ This next line is a special case for AJAX so _showPopup is put in flash to survive login or form errors so the popup will display after a POST }*
#{field 'entity.firstName', label:'First Name'}##{/field}#
#{field 'entity.lastName', label:'Last Name'}##{/field}#
#{field 'entity.email', label:'Email'}##{/field}#
#{field 'password', label:'Password'}##{/field}#
*{
#{field 'entity.status'}
#{select field.name, items: EnumSet.allOf(models.EntityStatus.class), value: field.value, labelProperty:'guiLabel' /}
${field.error}
#{/field}
}*
#{/form}# © 2015 - 2025 Weber Informatics LLC | Privacy Policy