You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2015/05/18 11:04:52 UTC

svn commit: r1679972 - /myfaces/tobago/trunk/src/site/apt/migration-3.0.apt

Author: deki
Date: Mon May 18 09:04:52 2015
New Revision: 1679972

URL: http://svn.apache.org/r1679972
Log:
TOBAGO-1464: doc for migration of ActionListenerImpl

Modified:
    myfaces/tobago/trunk/src/site/apt/migration-3.0.apt

Modified: myfaces/tobago/trunk/src/site/apt/migration-3.0.apt
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/src/site/apt/migration-3.0.apt?rev=1679972&r1=1679971&r2=1679972&view=diff
==============================================================================
--- myfaces/tobago/trunk/src/site/apt/migration-3.0.apt (original)
+++ myfaces/tobago/trunk/src/site/apt/migration-3.0.apt Mon May 18 09:04:52 2015
@@ -26,3 +26,5 @@ Migration from Tobago 2.0 to 3.0 (work i
   tc:time -> tc:date
   You need to set the <<<f:convertDateTime type="time">>> inside the <<<tc:date>>>.
 
+  ActionListenerImpl: Class is no longer present, you should use a JSF 2 exception handler instead.
+