[ http://issues.apache.org/jira/browse/BEEHIVE-685?page=all ]
Nathan Jantz updated BEEHIVE-685: --------------------------------- Description: bash05102005 The following netui-data tags need their usage/examples updated with the current valid syntax in the javadocs: <netui-data:cellRepeater>: - all dataSource and column attribute examples need to omit {} - value="{container.items}" need to change to value="${container.items}" <netui-data:declareBundle>: - all instances of <netui:label value="{foo}"/> need to change to <netui:label value="${foo}"/> <netui-data:declarePageInputTag>: - <netui:label value="{pageInput.myData}"/> needs changing to <netui:label value="${pageInput.myData}"/> - <netui:label value="{pageInput.fooBean.foo}" /> needs changing to <netui:label value="${pageInput.fooBean.foo}"/> was: The following netui-data tags need their usage/examples updated with the current valid syntax in the javadocs: <netui-data:cellRepeater>: - all dataSource and column attribute examples need to omit {} - value="{container.items}" need to change to value="${container.items}" <netui-data:declareBundle>: - all instances of <netui:label value="{foo}"/> need to change to <netui:label value="${foo}"/> <netui-data:declarePageInputTag>: - <netui:label value="{pageInput.myData}"/> needs changing to <netui:label value="${pageInput.myData}"/> - <netui:label value="{pageInput.fooBean.foo}" /> needs changing to <netui:label value="${pageInput.fooBean.foo}"/> > netui-data tag usage examples need updated syntax in javadocs > ------------------------------------------------------------- > > Key: BEEHIVE-685 > URL: http://issues.apache.org/jira/browse/BEEHIVE-685 > Project: Beehive > Type: Bug > Components: NetUI > Versions: V1 > Reporter: Nathan Jantz > Assignee: Steve Hanson > Priority: Minor > Fix For: V1 > > bash05102005 > The following netui-data tags need their usage/examples updated with the > current > valid syntax in the javadocs: > <netui-data:cellRepeater>: > - all dataSource and column attribute examples need to omit {} > - value="{container.items}" need to change to value="${container.items}" > > <netui-data:declareBundle>: > - all instances of <netui:label value="{foo}"/> need to change to > <netui:label value="${foo}"/> > > <netui-data:declarePageInputTag>: > - <netui:label value="{pageInput.myData}"/> needs changing to > <netui:label value="${pageInput.myData}"/> > - <netui:label value="{pageInput.fooBean.foo}" /> needs changing to > <netui:label value="${pageInput.fooBean.foo}"/> -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira