webpiecesxxxxxpackage.web.secure.crudajax.userAddEdit.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of WEBPIECESxAPPNAME Show documentation
Show all versions of WEBPIECESxAPPNAME Show documentation
Someone forgot to fill this in. See http://stackoverflow.com/questions/38272550/how-to-fail-the-gradle-build-if-subproject-is-missing-a-property
#{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 - 2024 Weber Informatics LLC | Privacy Policy