The tapfx team is pleased to announce the TapFX Component Library for Tapestry 3 0.26 release! http://sourceforge.net/projects/tapfx/ TapFX contains a set of dynamic, skinnable, DHTML enabled, client-side state preserving web components for Tapestry 3. Changes in this version include: New Features: o ConfirmDirectLink component which behaves exactly like a DirectLink, but also pops up a javascript prompt dialog awaiting for user confirmation. o ConfirmPageLink component which behaves exactly like a PageLink, but also pops up a javascript prompt dialog awaiting for user confirmation. o ShowItems component which displays a list (or array, e.t.c.) of items using a custom separator in between. The default separator is the comma. If 'property' is not set, each item will output its toString(). Otherwise, each item will output the specified property. Have fun! -The tapfx team