julio 2016-02-29 18:28:35 +00:00
parent 0f516b84f6
commit 2545afa436
1 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@
<label
value="${c:l('editarClienteController.lbApellidoPaterno.value')}" />
<textbox id="txtApellidoPaterno"
width="95%" maxlength="60" constraint="no empty"
width="95%" maxlength="60"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
value="@{winEditarCliente$composer.cliente.apellidopaterno}" />
</row>
@ -68,7 +68,7 @@
<label
value="${c:l('editarClienteController.lbApellidoMaterno.value')}" />
<textbox id="txtApellidoMaterno"
width="95%" maxlength="60" constraint="no empty"
width="95%" maxlength="60"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
value="@{winEditarCliente$composer.cliente.apellidomaterno}" />
</row>