This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository coser. See https://gitlab.nuiton.org/codelutin/coser.git commit 14b972828d76fd9987ed5cc3502cbbc669dcf71e Author: Eric Chatellier <chatellier@codelutin.com> Date: Thu Mar 2 15:41:23 2017 +0100 fixes #9087: Correction de la selection par defaut incorrecte --- .../src/main/java/fr/ifremer/coser/web/actions/pop/SpeciesAction.java | 2 +- coser-web/src/main/webapp/WEB-INF/content/pop/species.jsp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/coser-web/src/main/java/fr/ifremer/coser/web/actions/pop/SpeciesAction.java b/coser-web/src/main/java/fr/ifremer/coser/web/actions/pop/SpeciesAction.java index 88ad5a3..17852a7 100644 --- a/coser-web/src/main/java/fr/ifremer/coser/web/actions/pop/SpeciesAction.java +++ b/coser-web/src/main/java/fr/ifremer/coser/web/actions/pop/SpeciesAction.java @@ -64,7 +64,7 @@ public class SpeciesAction extends AbstractCoserJspAction { this.zone = zone; } - public Map<String, String> getSpecies() { + public Map<String, String> getSpeciesList() { return species; } diff --git a/coser-web/src/main/webapp/WEB-INF/content/pop/species.jsp b/coser-web/src/main/webapp/WEB-INF/content/pop/species.jsp index b877ea6..5b35aec 100644 --- a/coser-web/src/main/webapp/WEB-INF/content/pop/species.jsp +++ b/coser-web/src/main/webapp/WEB-INF/content/pop/species.jsp @@ -52,7 +52,7 @@ <h2><s:text name="message.pop.title" /></h2> <s:form action="indicator" method="get"> - <s:select name="species" list="species" label="%{getText('message.common.selectspecies')}" /> + <s:select name="species" list="speciesList" label="%{getText('message.common.selectspecies')}" /> <s:hidden name="facade" property="facade"/> <s:hidden name="zone" property="zone"/> <s:submit value="%{getText('message.common.validform')}"/> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.