Hmm. It looks like there's some old stuff floating around the site.  That is
an old component listing.

Go to http://tapestry.apache.org/tapestry5/tapestry-core/

And then go to components, and then to Grid. You will wind up here:


http://tapestry.apache.org/tapestry5/tapestry-core/ref/org/apache/tapestry5/
corelib/components/Grid.html


For an explanation of the change, you would probably have to look into JIRA.


> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, July 22, 2008 10:42
> To: users@tapestry.apache.org
> Subject: [t5] remove in grid not working
> 
> "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]


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

Reply via email to