Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for change notification.
The following page has been changed by ErikVullings: http://wiki.apache.org/tapestry/WishList ------------------------------------------------------------------------------ + * Better/easier support for invalidating session commonly needed for log out action. Or at least some action for reinstantiation of visit object and forgetting all pages. * Add a way to prevent double click similar to Struts token * Support web flows * Support web continuations @@ -12, +13 @@ of interesting functionality, like continuations or Spring-like transaction support. In fact I believe that the current Tapestry services themselves (like Asset, Action, Page, etc) are going to become Hivemind services. }}} - * Add exception logging (through commons-logging) along with displaying them on Exception page. This logging should not be performed inside default exception page class, since user could specify his own exception page and forget to implement logging inside new class. + * Add runtime exception logging through commons-logging *along* with displaying them on Exception page. Exception page is nice during development, but insufficient for deployment since I cannot go through let's say file logs and see what happened badly yesterday. This additional logging should not be performed inside default exception page class, since user could specify his own exception page and forget to implement logging inside new class. * Add skinning functionality (add skin string to html search, i.e. file_skin_EN_US.html) * Listener methods that take actual typed parameters rather than having to pull them from service parameters * Cleaner URL's, to really help with ["J2EESecurity"] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
