fixes bug#10994
dev:wallace qua:bruno git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@81306 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
6969b91ac1
commit
ff74e8b7ec
|
@ -44,7 +44,7 @@
|
|||
<label value="${c:l('busquedaTarifaController.lhPrecio.label')}"/>
|
||||
<!-- value="@{winEditarTarifa$composer.tarifa.precio}" -->
|
||||
<textbox id="txtPrecio" value="@{winEditarTarifa$composer.tarifa.precio,converter=com.rjconsultores.ventaboletos.web.utilerias.StringDecimalToDecimalConverter}"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal" constraint="no zero, no negative, /([0-9]+(\,[0-9][0-9]?)?)?/ " precision="7" scale="2"/>
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal" constraint="no zero, no negative, /([0-9]+(\,[0-9][0-9]?)?)?/ " precision="10" scale="2"/>
|
||||
</row>
|
||||
<row>
|
||||
<label value="${c:l('busquedaTarifaController.lhPedagio.label')}"/>
|
||||
|
|
Loading…
Reference in New Issue