Hi all,

I have a situation whereby certain conditions mean I need to skip an item that is being rendered in a ListView. ie inside the populateItem() method I do some processing and if that item fails, it shouldn't be rendered so I'd like to skip to the next item.

I know I *could* process the list before it reaches the ListView but I'd prefer not to iterate over the list twice.

Is there some way of skipping this item or not showing the item (and making sure none of its content is output)?


thanks,
Steve




Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to