[ 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}"/> <netui-data:getData>: - all instaces of <netui-data:getData resultId="foo" value="{bar}"/> need to change to <netui-data:getData resultId="foo" value="${bar}"/> - all instances of <netui:label value="{foo}"/> need to change to <netui:label value="${foo}"/> - all instances of dataSource attribute need to omit {} <netui-data:message>: - all instances of <netui-data:message value="{pageContext.msgSkeleton}" resultId="message"> need to change to: <netui-data:message value="${pageScope.msgSkeleton}" resultId="message"> - all instances of <netui:label value="{pageContext.message}"/> need to change to <netui:label value="${pageScope.message}"/> <netui-data:pad>: - all instances of dataSource attribute need to omit {} - all instances of <netui:label value="{container.item}" /> need to change to <netui:label value="${container.item}" /> <netui-data:repeater>, <netui-data:repeaterFooter>, <netui-data:repeaterHeader>, <netui-data:repeaterItem>: - all instances of dataSource attribute need to omit {} - all instances of <netui:label value="{container.item}" /> need to change to <netui:label value="${container.item}" /> was: 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}"/> <netui-data:getData>: - all instaces of <netui-data:getData resultId="foo" value="{bar}"/> need to change to <netui-data:getData resultId="foo" value="${bar}"/> - all instances of <netui:label value="{foo}"/> need to change to <netui:label value="${foo}"/> - all instances of dataSource attribute need to omit {} <netui-data:message>: - all instances of <netui-data:message value="{pageContext.msgSkeleton}" resultId="message"> need to change to: <netui-data:message value="${pageScope.msgSkeleton}" resultId="message"> - all instances of <netui:label value="{pageContext.message}"/> need to change to <netui:label value="${pageScope.message}"/> <netui-data:pad>: - all instances of dataSource attribute need to omit {} - all instances of <netui:label value="{container.item}" /> need to change to <netui:label value="${container.item}" /> > 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: Eddie O'Neil > 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}"/> > <netui-data:getData>: > - all instaces of <netui-data:getData resultId="foo" value="{bar}"/> need to > change to > <netui-data:getData resultId="foo" value="${bar}"/> > - all instances of <netui:label value="{foo}"/> need to change to > <netui:label value="${foo}"/> > - all instances of dataSource attribute need to omit {} > > <netui-data:message>: > - all instances of <netui-data:message value="{pageContext.msgSkeleton}" > resultId="message"> > need to change to: > <netui-data:message value="${pageScope.msgSkeleton}" resultId="message"> > - all instances of <netui:label value="{pageContext.message}"/> need to > change to > <netui:label value="${pageScope.message}"/> > > <netui-data:pad>: > - all instances of dataSource attribute need to omit {} > - all instances of <netui:label value="{container.item}" /> need to change to > <netui:label value="${container.item}" /> > <netui-data:repeater>, <netui-data:repeaterFooter>, > <netui-data:repeaterHeader>, <netui-data:repeaterItem>: > - all instances of dataSource attribute need to omit {} > - all instances of <netui:label value="{container.item}" /> need to change to > <netui:label value="${container.item}" /> -- 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