This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git commit 1191467736261d27fb93b1ef94a06dc230d37bae Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Jul 26 11:18:15 2016 +0200 Utilisation du code compilé --- .../java/fr/ird/observe/ui/content/ref/impl/SpeciesUI.jcss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/observe-application-swing/src/main/java/fr/ird/observe/ui/content/ref/impl/SpeciesUI.jcss b/observe-application-swing/src/main/java/fr/ird/observe/ui/content/ref/impl/SpeciesUI.jcss index a4c9a02..0429e30 100644 --- a/observe-application-swing/src/main/java/fr/ird/observe/ui/content/ref/impl/SpeciesUI.jcss +++ b/observe-application-swing/src/main/java/fr/ird/observe/ui/content/ref/impl/SpeciesUI.jcss @@ -69,7 +69,7 @@ } #ocean { - property: ocean; + property: {SpeciesDto.PROPERTY_OCEAN}; selected:{(Collection)bean.getOcean()}; _validatorLabel: {t("observe.common.ocean")}; showListLabel: true; @@ -83,7 +83,7 @@ } #speciesGroup { - property:"speciesGroup"; + property:{SpeciesDto.PROPERTY_SPECIES_GROUP}; bean:{bean}; showReset:true; selectedItem:{bean.getSpeciesGroup()}; @@ -116,7 +116,7 @@ #minLength { bean:{bean}; - property:"minLength"; + property: {SpeciesDto.PROPERTY_MIN_LENGTH}; model:{bean.getMinLength()}; autoPopup:{config.isAutoPopupNumberEditor()}; showPopupButton:{config.isShowNumberEditorButton()}; @@ -127,7 +127,7 @@ #maxLength { bean:{bean}; - property:"maxLength"; + property:{SpeciesDto.PROPERTY_MAX_LENGTH}; model:{bean.getMaxLength()}; autoPopup:{config.isAutoPopupNumberEditor()}; showPopupButton:{config.isShowNumberEditorButton()}; @@ -138,7 +138,7 @@ #minWeight { bean:{bean}; - property:"minWeight"; + property:{SpeciesDto.PROPERTY_MIN_WEIGHT}; model:{bean.getMinWeight()}; autoPopup:{config.isAutoPopupNumberEditor()}; showPopupButton:{config.isShowNumberEditorButton()}; @@ -149,7 +149,7 @@ #maxWeight { bean:{bean}; - property:"maxWeight"; + property:{SpeciesDto.PROPERTY_MAX_WEIGHT}; model:{bean.getMaxWeight()}; autoPopup:{config.isAutoPopupNumberEditor()}; showPopupButton:{config.isShowNumberEditorButton()}; -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.