You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by fea jabi <zy...@hotmail.com> on 2015/09/15 05:28:35 UTC

sjg:gridcolumn validation and error display

<sjg:gridColumn name="marketPriceice" title="Market price" sortable="false" editable="true" edittype="text"/>
 


The above has to be a 8,4 decimal number basically with 3 digit max number and 4 decimal places.
 


how to set this rule in the grid column?
 
Also, how is the recently edited row cell value is highlighted if any validation error when saving a row.