wilian 2017-03-15 12:48:01 +00:00
parent c8945fe55e
commit 0dbe807468
2 changed files with 4 additions and 2 deletions

View File

@ -52,7 +52,9 @@ import com.rjconsultores.ventaboletos.web.utilerias.render.RenderSecretariaEmpre
@Scope("prototype") @Scope("prototype")
public class EditarSecretariaController extends MyGenericForwardComposer { public class EditarSecretariaController extends MyGenericForwardComposer {
@Autowired private static final long serialVersionUID = 1L;
@Autowired
private SecretariaService secretariaService; private SecretariaService secretariaService;
@Autowired @Autowired
private SecretariaEmpresaService secretariaEmpresaService; private SecretariaEmpresaService secretariaEmpresaService;

View File

@ -52,7 +52,7 @@
<label <label
value="${c:l('editarSecretariaController.lbCveSecretaria.value')}" /> value="${c:l('editarSecretariaController.lbCveSecretaria.value')}" />
<textbox id="txtCveSecretaria" <textbox id="txtCveSecretaria"
constraint="no empty" maxlength="6" constraint="no empty" maxlength="14"
value="@{winEditarSecretaria$composer.secretaria.cvesecretaria}" value="@{winEditarSecretaria$composer.secretaria.cvesecretaria}"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" /> use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
</row> </row>