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 48839200B7C for ; Thu, 8 Sep 2016 17:19:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 47434160ABD; Thu, 8 Sep 2016 15:19:23 +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 9719D160AAD for ; Thu, 8 Sep 2016 17:19:22 +0200 (CEST) Received: (qmail 96132 invoked by uid 500); 8 Sep 2016 15:19:21 -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 95226 invoked by uid 99); 8 Sep 2016 15:19:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Sep 2016 15:19:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id EB0FE2C1B81 for ; Thu, 8 Sep 2016 15:19:20 +0000 (UTC) Date: Thu, 8 Sep 2016 15:19:20 +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, 08 Sep 2016 15:19:23 -0000 [ https://issues.apache.org/jira/browse/TOBAGO-1524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15474133#comment-15474133 ] Hudson commented on TOBAGO-1524: -------------------------------- SUCCESS: Integrated in Jenkins build Tobago 3.0.x #519 (See [https://builds.apache.org/job/Tobago%203.0.x/519/]) TOBAGO-1568: Working on multi-form behavior TOBAGO-1569: AJAX should be independent from Multi-Form concept TOBAGO-1524: Use standard AJAX mechanism * fix and simplification (lofwyr: [http://svn.apache.org/viewvc/?view=rev&rev=1759838]) * (edit) tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUIForm.java * (edit) tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/060-popup/popup.xhtml > 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)