You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Hudson (JIRA)" <de...@myfaces.apache.org> on 2016/11/11 16:22:58 UTC

[jira] [Commented] (TOBAGO-1524) Use standard AJAX mechanism

    [ https://issues.apache.org/jira/browse/TOBAGO-1524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15657446#comment-15657446 ] 

Hudson commented on TOBAGO-1524:
--------------------------------

FAILURE: Integrated in Jenkins build Tobago 3.0.x #599 (See [https://builds.apache.org/job/Tobago%203.0.x/599/])
TOBAGO-1524: Use standard AJAX mechanism
* implement "focus" and "blur" (lofwyr: [http://svn.apache.org/viewvc/?view=rev&rev=1769303])
* (edit) tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago.js
TOBAGO-1524: Use standard AJAX mechanism
* TabGroup: using standard command JS API instead of proprietary code (lofwyr: [http://svn.apache.org/viewvc/?view=rev&rev=1769300])
* (edit) tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUITab.java
* (edit) tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/SheetTagDeclaration.java
* (edit) tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/TabGroupTagDeclaration.java
* (edit) tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/TabTagDeclaration.java
* (edit) tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/070-tab/01-ajax/tab-ajax.xhtml
* (edit) tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/java/org/apache/myfaces/tobago/renderkit/html/standard/standard/tag/TabGroupRenderer.java
* (edit) tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-tab.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 <tc:suggest>
> 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)