This is an automated email from the ASF dual-hosted git repository.
doebele pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/empire-db.git
The following commit(s) were added to refs/heads/master by this push:
new 8e84852 EMPIREDB-282 Small fix
8e84852 is described below
commit 8e8485222809181ac3f435127fa5f288f2cd6ec0
Author: Rainer Döbele <[email protected]>
AuthorDate: Tue Nov 12 13:09:58 2019 +0100
EMPIREDB-282
Small fix
---
.../src/main/java/org/apache/empire/jsf2/components/ValueTag.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/empire-db-jsf2/src/main/java/org/apache/empire/jsf2/components/ValueTag.java
b/empire-db-jsf2/src/main/java/org/apache/empire/jsf2/components/ValueTag.java
index 15b20ee..0afa94c 100644
---
a/empire-db-jsf2/src/main/java/org/apache/empire/jsf2/components/ValueTag.java
+++
b/empire-db-jsf2/src/main/java/org/apache/empire/jsf2/components/ValueTag.java
@@ -71,7 +71,7 @@ public class ValueTag extends UIOutput // implements
NamingContainer
{
// Map<String, Object> map = getAttributes();
String tagName = helper.getTagAttributeString("tag");
- String tooltip = helper.getTagAttributeString("title");
+ String tooltip =
helper.getValueTooltip(helper.getTagAttributeValue("title"));
String styleClass = helper.getTagAttributeString("styleClass");
// Check
if (StringUtils.isNotEmpty(tagName) ||
StringUtils.isNotEmpty(styleClass) || StringUtils.isNotEmpty(tooltip))