diff --git a/core/src/main/resources/template/simple/select.ftl b/core/src/main/resources/template/simple/select.ftl
index 52478b48e..b3599a06a 100644
--- a/core/src/main/resources/template/simple/select.ftl
+++ b/core/src/main/resources/template/simple/select.ftl
@@ -57,7 +57,8 @@
<#else>
<#assign itemValue = stack.findString('top')/>
#if>
-
+ <#assign itemKeyStr = itemKey.toString()/>
+
<#if tag.contains(parameters.nameValue, itemKey) == true>
selected="selected"<#rt/>
#if>