Hello,
I need to create a helper to return a filtered collection (for
instance).
I need to use it as folows, in NV:

#set ($bycategory = $Col.Filter($items, $category))
#foreach ($item in $bycategory)
..
#end

I've implemented the helper as
CollectionsHelper : AbstractHelper
I send to the helper a collection and return a collection (ArrayList)
But nothing happens.

Are there any special requirements to implement this?

Thank you.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/castle-project-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to