Drops pre-evaluation of name

This commit is contained in:
Lukasz Lenart
2016-06-02 16:57:44 +02:00
parent 3f526d630a
commit 88b885339a
@@ -649,7 +649,6 @@ public abstract class UIBean extends Component {
addParameter("themeExpansionToken", uiThemeExpansionToken);
addParameter("expandTheme", uiThemeExpansionToken + theme);
String name = null;
String providedLabel = null;
if (this.key != null) {
@@ -666,8 +665,7 @@ public abstract class UIBean extends Component {
}
if (this.name != null) {
name = findString(this.name);
addParameter("name", name);
addParameter("name", findString(this.name));
}
if (label != null) {