You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2008/11/16 12:02:15 UTC

svn commit: r718002 - /myfaces/tobago/trunk/theme/standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago.js

Author: bommel
Date: Sun Nov 16 03:02:14 2008
New Revision: 718002

URL: http://svn.apache.org/viewvc?rev=718002&view=rev
Log:
(TOBAGO-724) Transition on command facet

Modified:
    myfaces/tobago/trunk/theme/standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago.js

Modified: myfaces/tobago/trunk/theme/standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago.js
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/theme/standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago.js?rev=718002&r1=718001&r2=718002&view=diff
==============================================================================
--- myfaces/tobago/trunk/theme/standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago.js (original)
+++ myfaces/tobago/trunk/theme/standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago.js Sun Nov 16 03:02:14 2008
@@ -495,7 +495,7 @@
     * Submitting the page with specified actionId.
     */
   submitAction: function(source, actionId, transition, target) {
-    if (transition === undefined) {
+    if (transition === undefined || transition == null) {
       transition = true;
     }