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")
public class EditarSecretariaController extends MyGenericForwardComposer {
@Autowired
private static final long serialVersionUID = 1L;
@Autowired
private SecretariaService secretariaService;
@Autowired
private SecretariaEmpresaService secretariaEmpresaService;

View File

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