14389: Várias páginas Operador Embarcada
fixes bug#14389 dev:valdir qua:marcelo git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@93373 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
9deddef806
commit
b3870ee2e5
|
@ -457,12 +457,13 @@ public class EditarOperadorEmbarcadaController extends MyGenericForwardComposer
|
||||||
|
|
||||||
operador = operadorService.suscribirActualizar(operador, linhas, listaServicos);
|
operador = operadorService.suscribirActualizar(operador, linhas, listaServicos);
|
||||||
|
|
||||||
try {
|
|
||||||
Messagebox.show(Labels.getLabel("busquedaOperadorEmbarcada.mensage.operadorSalvo"), Labels.getLabel("busquedaOperadorEmbarcada.mensage.operadorSalvo.title"),
|
}
|
||||||
Messagebox.OK, Messagebox.INFORMATION);
|
try {
|
||||||
closeWindow();
|
Messagebox.show(Labels.getLabel("busquedaOperadorEmbarcada.mensage.operadorSalvo"), Labels.getLabel("busquedaOperadorEmbarcada.mensage.operadorSalvo.title"),
|
||||||
} catch (Exception e) {
|
Messagebox.OK, Messagebox.INFORMATION);
|
||||||
}
|
closeWindow();
|
||||||
|
} catch (Exception e) {
|
||||||
}
|
}
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
try {
|
try {
|
||||||
|
|
|
@ -70,7 +70,7 @@
|
||||||
</listhead>
|
</listhead>
|
||||||
</listbox>
|
</listbox>
|
||||||
|
|
||||||
<paging id="pagingUsuario" pageSize="16" />
|
<paging id="pagingUsuario" pageSize="10000" />
|
||||||
|
|
||||||
</tabpanel>
|
</tabpanel>
|
||||||
|
|
||||||
|
@ -120,7 +120,7 @@
|
||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
|
|
||||||
<listbox mold="paging" pageSize="17" id="linhaList" use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox" multiple="true" checkmark="true" width="100%" height="315px">
|
<listbox mold="paging" pageSize="10000" id="linhaList" use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox" multiple="true" checkmark="true" width="100%" height="315px">
|
||||||
<listhead sizable="true">
|
<listhead sizable="true">
|
||||||
<listheader image="/gui/img/create_doc.gif" label="${c:l('busquedaOperadorEmbarcada.tabela.descricao')}" sort="auto(descricao)" />
|
<listheader image="/gui/img/create_doc.gif" label="${c:l('busquedaOperadorEmbarcada.tabela.descricao')}" sort="auto(descricao)" />
|
||||||
|
|
||||||
|
@ -238,7 +238,7 @@
|
||||||
sort="auto(statusCorrida)" />
|
sort="auto(statusCorrida)" />
|
||||||
</listhead>
|
</listhead>
|
||||||
</listbox>
|
</listbox>
|
||||||
<paging id="pagingEsquemaCorrida" pageSize="20" />
|
<paging id="pagingEsquemaCorrida" pageSize="10000" />
|
||||||
</tabpanel>
|
</tabpanel>
|
||||||
</tabpanels>
|
</tabpanels>
|
||||||
</tabbox>
|
</tabbox>
|
||||||
|
|
Loading…
Reference in New Issue