Allow dataSource attribute to take expressions

This commit is contained in:
moparisthebest 2014-05-08 11:07:27 -04:00
parent cf6775dc87
commit 14c150e0a4
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ abstract public class HtmlDataSourceTag
* <p>&nbsp;&nbsp;&nbsp;&nbsp;<code>&lt;netui-data:repeater dataSource="pageFlow.myIterativeData"></code>
* @jsptagref.databindable true
* @jsptagref.attributesyntaxvalue <i>expression_datasource</i>
* @netui:attribute required="true"
* @netui:attribute required="true" rtexprvalue="true"
* description="The <code>dataSource</code> attribute determines both
* the source of populating data for the tag and
* the object to which the tag submits data."