there is my layer's definition : <br><br>    LAYER<br>        VALIDATION<br>            ID_BASSIN '[[a-zA-Z0-9]{0,10},??]*'<br>            #ID_REG '[[a-zA-Z0-9]{0,10},??]*'<br>        END<br>        INCLUDE "../layers/bd/adn_station_max_v.map"<br>
        CLASSGROUP "BASSIN"<br>        NAME "adn_station_bassin"<br>    END<br>    <br>    LAYER<br>        VALIDATION<br>            #ID_BASSIN '[[a-zA-Z0-9]{0,10},??]*'<br>            ID_REG '[[a-zA-Z0-9]{0,10},??]*'<br>
        END<br>        INCLUDE "../layers/bd/adn_station_max_v.map"<br>        CLASSGROUP "REG_ADMIN"<br>        NAME "adn_station_reg_admin"<br>    END<br><br>with these commented lines a got this error : <br>
msValidateParameter(): Regular expression error. Parameter pattern validation failed.<br><br>without comment, i got no error.<br> <br>CLASSGROUP 'BASSIN' contains many class but each class use only 'ID_BASSIN' and <br>
CLASSGROUP 'REG_ADMIN' contains many class but each class use only 'ID_REG'<br><br>is it the right thing to do ? or like i <span id="result_box" class="short_text" lang="en"><span class="hps">thought, the validation block can contains only the variable used by the layer ?</span></span><br>
 <br>