Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E920A2009D9 for ; Thu, 19 May 2016 12:41:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E7C11160A00; Thu, 19 May 2016 10:41:14 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 42040160A05 for ; Thu, 19 May 2016 12:41:14 +0200 (CEST) Received: (qmail 13382 invoked by uid 500); 19 May 2016 10:41:13 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 13157 invoked by uid 99); 19 May 2016 10:41:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 May 2016 10:41:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E91D42C1F61 for ; Thu, 19 May 2016 10:41:12 +0000 (UTC) Date: Thu, 19 May 2016 10:41:12 +0000 (UTC) From: "Hudson (JIRA)" To: dev@myfaces.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (TOBAGO-1524) Use standard AJAX mechanism MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 19 May 2016 10:41:15 -0000 [ https://issues.apache.org/jira/browse/TOBAGO-1524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15290878#comment-15290878 ] Hudson commented on TOBAGO-1524: -------------------------------- SUCCESS: Integrated in Tobago 3.0.x #358 (See [https://builds.apache.org/job/Tobago%203.0.x/358/]) TOBAGO-1524: Use standard AJAX mechanism * cleanup: remove the old AJAX stuff from Tobago. (lofwyr: [http://svn.apache.org/viewvc/?view=rev&rev=1744538]) * tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/ajax/AjaxUtils.java * tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/ajax/AjaxComponent.java * tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/ajax/AjaxInternalUtils.java * tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/ajax/AjaxNavigationListener.java * tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/ajax/AjaxNavigationState.java * tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/ajax/AjaxRenderer.java * tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/ajax/AjaxResponseRenderer.java * tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUIForm.java * tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUIPage.java * tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/webapp/JsonResponseWriter.java * tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/renderkit/AbstractAjaxRendererBaseWrapper.java * tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/renderkit/TobagoRenderKit.java * tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/util/ApplyRequestValuesCallback.java * tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/util/DebugNavigationHandler.java * tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/util/EncodeAjaxCallback.java * tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/util/ProcessValidationsCallback.java * tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/util/RequestUtils.java * tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/util/TobagoCallback.java * tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/util/UpdateModelValuesCallback.java * tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/webapp/TobagoResponseWriter.java * tobago-3.0.x/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/PartialReloadController.java * tobago-3.0.x/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/info/ActivityPhaseListener.java * tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/java/org/apache/myfaces/tobago/renderkit/html/standard/standard/tag/MessagesRenderer.java * tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/java/org/apache/myfaces/tobago/renderkit/html/standard/standard/tag/PageRenderer.java * tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/java/org/apache/myfaces/tobago/renderkit/html/standard/standard/tag/TabGroupRenderer.java * tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-sheet.js * tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-tab.js * tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago.js > Use standard AJAX mechanism > --------------------------- > > Key: TOBAGO-1524 > URL: https://issues.apache.org/jira/browse/TOBAGO-1524 > Project: MyFaces Tobago > Issue Type: Improvement > Components: Core > Affects Versions: 3.0.0-alpha-2 > Reporter: Dennis Kieselhorst > Assignee: Udo Schnurpfeil > Priority: Critical > Fix For: 3.0.0-beta-1, 3.0.0 > > Attachments: ajax_30.patch > > > Tobago supports Ajax from the very beginning. With JSF 2.0 Ajax became part of the standard (f:ajax). We should move over to the standard javascript to enhance the robustness. Currently we have several open issues related to Ajax requests. > Here are some aspects: > * Tobago supports CSP (Content Securty Policy): So, we don't render JavaScript directly into the HTML > * Using jsf.js for partial reloading > * Using ClientBehaviour for > Todo: > * implement reload facet with behavior > * fix sheet-master-detail.xhtml: The action will not be called, currently > * same issue wtih the paging command links of sheet -- This message was sent by Atlassian JIRA (v6.3.4#6332)