"remove" does not appear to work:

<t:grid t:source="allDigitalItems" t:reorder="article, issue,title" t:remove="id" t:row="listItem">
                <t:parameter t:name="articleCell">
                        <t:PageLink t:page="details" t:context="listItem.id">
                                ${listItem.article}
                        </t:PageLink>
                </t:parameter>
        </t:grid>


I have looked for previous advice on this and someone said that "exclude" should be used instead (without saying why). Well, "exclude" is not listed in:

http://tapestry.apache.org/tapestry5/tapestry-core/component-parameters.html#orgapachetapestrycorelibcomponentsgrid

I have tried it and it does work.

Would anyone care to comment on why "remove" has been removed and "exclude" is not listed. Is it a direct replacement (or renaming), or does it have different functionality?




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to