mirror of
https://github.com/moparisthebest/JdbcMapper
synced 2024-11-13 12:45:02 -05:00
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>
|
||||
* @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."
|
||||
|
Loading…
Reference in New Issue
Block a user