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 2011/02/03 09:36:27 UTC

svn commit: r1066757 - /myfaces/tobago/branches/tobago-1.0.x/core/src/main/java/org/apache/myfaces/tobago/ajax/api/AjaxUtils.java

Author: bommel
Date: Thu Feb  3 08:36:27 2011
New Revision: 1066757

URL: http://svn.apache.org/viewvc?rev=1066757&view=rev
Log:
(TOBAGO-969) Support for redirect in the ajax case

Modified:
    myfaces/tobago/branches/tobago-1.0.x/core/src/main/java/org/apache/myfaces/tobago/ajax/api/AjaxUtils.java

Modified: myfaces/tobago/branches/tobago-1.0.x/core/src/main/java/org/apache/myfaces/tobago/ajax/api/AjaxUtils.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/core/src/main/java/org/apache/myfaces/tobago/ajax/api/AjaxUtils.java?rev=1066757&r1=1066756&r2=1066757&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/core/src/main/java/org/apache/myfaces/tobago/ajax/api/AjaxUtils.java (original)
+++ myfaces/tobago/branches/tobago-1.0.x/core/src/main/java/org/apache/myfaces/tobago/ajax/api/AjaxUtils.java Thu Feb  3 08:36:27 2011
@@ -212,7 +212,7 @@ public class AjaxUtils {
         renderKit = renderFactory.getRenderKit(facesContext, renderKitId);
       }
       writer = renderKit.createResponseWriter(((HttpServletResponse)
-              facesContext.getExternalContext().getResponse()).getWriter(),null, null);
+              facesContext.getExternalContext().getResponse()).getWriter(), null, null);
     }
     ResponseUtils.ensureNoCacheHeader(facesContext);
     writer.startElement("redirect", null);