From 14c150e0a47d526b709f3d5ac0c11f439cbcf4c5 Mon Sep 17 00:00:00 2001 From: moparisthebest Date: Thu, 8 May 2014 11:07:27 -0400 Subject: [PATCH] Allow dataSource attribute to take expressions --- .../org/apache/beehive/netui/tags/html/HtmlDataSourceTag.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beehive-netui-tags/src/main/java/org/apache/beehive/netui/tags/html/HtmlDataSourceTag.java b/beehive-netui-tags/src/main/java/org/apache/beehive/netui/tags/html/HtmlDataSourceTag.java index cde628f..4fbd667 100644 --- a/beehive-netui-tags/src/main/java/org/apache/beehive/netui/tags/html/HtmlDataSourceTag.java +++ b/beehive-netui-tags/src/main/java/org/apache/beehive/netui/tags/html/HtmlDataSourceTag.java @@ -71,7 +71,7 @@ abstract public class HtmlDataSourceTag *

    <netui-data:repeater dataSource="pageFlow.myIterativeData"> * @jsptagref.databindable true * @jsptagref.attributesyntaxvalue expression_datasource - * @netui:attribute required="true" + * @netui:attribute required="true" rtexprvalue="true" * description="The dataSource attribute determines both * the source of populating data for the tag and * the object to which the tag submits data."