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

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

SUCCESS: Integrated in tobago-3.0.x #232 (See 
[https://builds.apache.org/job/tobago-3.0.x/232/])
TOBAGO-1524: Use standard ajax mechanism
Progress:
 * Using space-separated list as value instead of a JavaScript array for the 
partial ids
 * using jsf.ajax.request() instead of Tobago.Updater.update() (lofwyr: 
[http://svn.apache.org/viewvc/?view=rev&rev=1730124])
* 
tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/webapp/XmlResponseWriter.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/ComponentUtils.java
* 
tobago-3.0.x/tobago-extension/tobago-sandbox/src/main/resources/org/apache/myfaces/tobago/sandbox/html/scarborough/standard/script/tobago.js
* 
tobago-3.0.x/tobago-theme/tobago-theme-scarborough/src/main/java/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/tag/SheetRenderer.java
* 
tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/java/org/apache/myfaces/tobago/renderkit/html/Command.java
* 
tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/java/org/apache/myfaces/tobago/renderkit/html/JsonUtils.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/SheetRenderer.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-suggest.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-tree.js
* 
tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago.js
* 
tobago-3.0.x/tobago-theme/tobago-theme-standard/src/test/java/org/apache/myfaces/tobago/renderkit/html/JsonUtilsUnitTest.java
Preparation of TOBAGO-1524
* jsf.ajax.request needs to have a rendered element for <tc:columnEvent> 
(lofwyr: [http://svn.apache.org/viewvc/?view=rev&rev=1730114])
* 
tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUIColumn.java
* 
tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUIColumnBase.java
* 
tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUIColumnEvent.java
* 
tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUISheet.java
* 
tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/ColumnEventTagDeclaration.java
* 
tobago-3.0.x/tobago-theme/tobago-theme-scarborough/src/main/java/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/tag/SheetRenderer.java
* 
tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/java/org/apache/myfaces/tobago/renderkit/html/standard/standard/tag/PopupRenderer.java
* 
tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/java/org/apache/myfaces/tobago/renderkit/html/standard/standard/tag/SheetRenderer.java


> 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
>
>         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)

Reply via email to