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 2018/03/15 09:07:30 UTC

[myfaces-tobago] branch master updated (6a8602f -> 6fea424)

This is an automated email from the ASF dual-hosted git repository.

bommel pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git.


    from 6a8602f  TOBAGO-1852 Sheet row to open a popup does not work
     add b11d3e0  (TOBAGO-1870) The file attribute of tc:style is not rendered after a submit. Myfaces core is removing the component head resources if the facelets view is transient (has to rebuild the view before rendering because of dynamic includes for example) and there is no PostAddToViewEvent during rebuild. The missing PostAddToViewEvent does not cause a new addition of the resources to the head. Using a PreRenderViewEvent instead of a PostAddToViewEvent now.
     add 6e8f4ba  (TOBAGO-1870) The file attribute of tc:style is not rendered after a submit. Subscribe to a PreRenderViewEvent with a PostAddToViewEvent.
     add ce3f4a8  Merge remote-tracking branch 'upstream/master' into TOBAGO-1870
     add 88e3099  Merge remote-tracking branch 'upstream/master' into TOBAGO-1870
     add ad7bf9d  Merge remote-tracking branch 'upstream/master' into TOBAGO-1870
     add 915aa54  Merge remote-tracking branch 'upstream/master' into TOBAGO-1870
     add a8ef457  added explanation to the code
     new 6fea424  Merge pull request #10 from bohmber/TOBAGO-1870

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../tobago/internal/component/AbstractUIMeta.java      | 18 +++++++++++++++---
 .../tobago/internal/component/AbstractUIScript.java    | 18 +++++++++++++++---
 .../tobago/internal/component/AbstractUIStyle.java     | 15 +++++++++++----
 3 files changed, 41 insertions(+), 10 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
bommel@apache.org.

[myfaces-tobago] 01/01: Merge pull request #10 from bohmber/TOBAGO-1870

Posted by bo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

bommel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit 6fea424ed06c3dec49b22f765209f05552793bee
Merge: 6a8602f a8ef457
Author: Bernd Bohmann <bo...@apache.org>
AuthorDate: Thu Mar 15 10:07:28 2018 +0100

    Merge pull request #10 from bohmber/TOBAGO-1870
    
    Tobago-1870

 .../tobago/internal/component/AbstractUIMeta.java      | 18 +++++++++++++++---
 .../tobago/internal/component/AbstractUIScript.java    | 18 +++++++++++++++---
 .../tobago/internal/component/AbstractUIStyle.java     | 15 +++++++++++----
 3 files changed, 41 insertions(+), 10 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
bommel@apache.org.