Allow dataSource attribute to take expressions
This commit is contained in:
parent
cf6775dc87
commit
14c150e0a4
@ -71,7 +71,7 @@ abstract public class HtmlDataSourceTag
|
|||||||
* <p> <code><netui-data:repeater dataSource="pageFlow.myIterativeData"></code>
|
* <p> <code><netui-data:repeater dataSource="pageFlow.myIterativeData"></code>
|
||||||
* @jsptagref.databindable true
|
* @jsptagref.databindable true
|
||||||
* @jsptagref.attributesyntaxvalue <i>expression_datasource</i>
|
* @jsptagref.attributesyntaxvalue <i>expression_datasource</i>
|
||||||
* @netui:attribute required="true"
|
* @netui:attribute required="true" rtexprvalue="true"
|
||||||
* description="The <code>dataSource</code> attribute determines both
|
* description="The <code>dataSource</code> attribute determines both
|
||||||
* the source of populating data for the tag and
|
* the source of populating data for the tag and
|
||||||
* the object to which the tag submits data."
|
* the object to which the tag submits data."
|
||||||
|
Loading…
Reference in New Issue
Block a user