You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-issues@incubator.apache.org by "Thorsten Guenther (JIRA)" <ad...@incubator.apache.org> on 2006/09/29 14:57:50 UTC

[jira] Created: (ADFFACES-208) In debug-level logging "rendererType" is wrote out out twice in the component-tree

In debug-level logging "rendererType" is wrote out out twice in the component-tree
----------------------------------------------------------------------------------

                 Key: ADFFACES-208
                 URL: http://issues.apache.org/jira/browse/ADFFACES-208
             Project: MyFaces ADF-Faces
          Issue Type: Bug
         Environment: MyFaces, Facelets
            Reporter: Thorsten Guenther
            Priority: Trivial


In debug-level logging "rendererType" is wrote out out twice in the component-tree.

(******* n. *******) inserted by me.
---------------
        <org.apache.myfaces.trinidad.component.core.layout.CorePanelFormLayout id="_id5" partialTriggers="[Ljava.lang.String;@177b4d3" com.sun.facelets.MARK_ID="46123be2" (******* 1. *******) rendererType="org.apache.myfaces.trinidad.FormLayout" attributeChangeListener="NULL" attributeChangeListeners="NULL" facesBean="NULL" facetCount="NULL" facetNames="NULL" family="NULL" fieldWidth="NULL" footer="NULL" inlineStyle="NULL" labelWidth="NULL" maxColumns="NULL" onclick="NULL" ondblclick="NULL" onkeydown="NULL" onkeypress="NULL" onkeyup="NULL" onmousedown="NULL" onmousemove="NULL" onmouseout="NULL" onmouseover="NULL" onmouseup="NULL" partialTriggers="[Ljava.lang.String;@177b4d3" rendered="true" (******* 2. *******) rendererType="org.apache.myfaces.trinidad.FormLayout" rendersChildren="NULL" rows="NULL" shortDesc="NULL" styleClass="NULL" transient="NULL">



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (ADFFACES-208) In debug-level logging "rendererType" is wrote out out twice in the component-tree

Posted by "Adam Winer (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-208?page=all ]

Adam Winer resolved ADFFACES-208.
---------------------------------

    Resolution: Invalid

This isn't a Trinidad bug.  It's a Facelets issue, probably that it doesn't deal with properties that both have a bean accessor *and* show up in getAttributes().  (In fact, it's mostly a common JSF bug that most components don't properly mirror attributes in both places - they should...)

> In debug-level logging "rendererType" is wrote out out twice in the component-tree
> ----------------------------------------------------------------------------------
>
>                 Key: ADFFACES-208
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-208
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>         Environment: MyFaces, Facelets
>            Reporter: Thorsten Guenther
>            Priority: Trivial
>
> In debug-level logging "rendererType" is wrote out out twice in the component-tree.
> (******* n. *******) inserted by me.
> ---------------
>         <org.apache.myfaces.trinidad.component.core.layout.CorePanelFormLayout id="_id5" partialTriggers="[Ljava.lang.String;@177b4d3" com.sun.facelets.MARK_ID="46123be2" (******* 1. *******) rendererType="org.apache.myfaces.trinidad.FormLayout" attributeChangeListener="NULL" attributeChangeListeners="NULL" facesBean="NULL" facetCount="NULL" facetNames="NULL" family="NULL" fieldWidth="NULL" footer="NULL" inlineStyle="NULL" labelWidth="NULL" maxColumns="NULL" onclick="NULL" ondblclick="NULL" onkeydown="NULL" onkeypress="NULL" onkeyup="NULL" onmousedown="NULL" onmousemove="NULL" onmouseout="NULL" onmouseover="NULL" onmouseup="NULL" partialTriggers="[Ljava.lang.String;@177b4d3" rendered="true" (******* 2. *******) rendererType="org.apache.myfaces.trinidad.FormLayout" rendersChildren="NULL" rows="NULL" shortDesc="NULL" styleClass="NULL" transient="NULL">

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (ADFFACES-208) In debug-level logging "rendererType" is wrote out out twice in the component-tree

Posted by "Thorsten Guenther (JIRA)" <ad...@incubator.apache.org>.
    [ http://issues.apache.org/jira/browse/ADFFACES-208?page=comments#action_12438727 ] 
            
Thorsten Guenther commented on ADFFACES-208:
--------------------------------------------

Same thing for "partialTriggers" (for components that got this attribute)

> In debug-level logging "rendererType" is wrote out out twice in the component-tree
> ----------------------------------------------------------------------------------
>
>                 Key: ADFFACES-208
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-208
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>         Environment: MyFaces, Facelets
>            Reporter: Thorsten Guenther
>            Priority: Trivial
>
> In debug-level logging "rendererType" is wrote out out twice in the component-tree.
> (******* n. *******) inserted by me.
> ---------------
>         <org.apache.myfaces.trinidad.component.core.layout.CorePanelFormLayout id="_id5" partialTriggers="[Ljava.lang.String;@177b4d3" com.sun.facelets.MARK_ID="46123be2" (******* 1. *******) rendererType="org.apache.myfaces.trinidad.FormLayout" attributeChangeListener="NULL" attributeChangeListeners="NULL" facesBean="NULL" facetCount="NULL" facetNames="NULL" family="NULL" fieldWidth="NULL" footer="NULL" inlineStyle="NULL" labelWidth="NULL" maxColumns="NULL" onclick="NULL" ondblclick="NULL" onkeydown="NULL" onkeypress="NULL" onkeyup="NULL" onmousedown="NULL" onmousemove="NULL" onmouseout="NULL" onmouseover="NULL" onmouseup="NULL" partialTriggers="[Ljava.lang.String;@177b4d3" rendered="true" (******* 2. *******) rendererType="org.apache.myfaces.trinidad.FormLayout" rendersChildren="NULL" rows="NULL" shortDesc="NULL" styleClass="NULL" transient="NULL">

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (ADFFACES-208) In debug-level logging "rendererType" is wrote out out twice in the component-tree

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf updated ADFFACES-208:
----------------------------------------

        Fix Version/s: 1.0.0-incubating-core
    Affects Version/s: 1.0.0-incubating-core

> In debug-level logging "rendererType" is wrote out out twice in the component-tree
> ----------------------------------------------------------------------------------
>
>                 Key: ADFFACES-208
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-208
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>    Affects Versions: 1.0.0-incubating-core
>         Environment: MyFaces, Facelets
>            Reporter: Thorsten Guenther
>            Priority: Trivial
>             Fix For: 1.0.0-incubating-core
>
>
> In debug-level logging "rendererType" is wrote out out twice in the component-tree.
> (******* n. *******) inserted by me.
> ---------------
>         <org.apache.myfaces.trinidad.component.core.layout.CorePanelFormLayout id="_id5" partialTriggers="[Ljava.lang.String;@177b4d3" com.sun.facelets.MARK_ID="46123be2" (******* 1. *******) rendererType="org.apache.myfaces.trinidad.FormLayout" attributeChangeListener="NULL" attributeChangeListeners="NULL" facesBean="NULL" facetCount="NULL" facetNames="NULL" family="NULL" fieldWidth="NULL" footer="NULL" inlineStyle="NULL" labelWidth="NULL" maxColumns="NULL" onclick="NULL" ondblclick="NULL" onkeydown="NULL" onkeypress="NULL" onkeyup="NULL" onmousedown="NULL" onmousemove="NULL" onmouseout="NULL" onmouseover="NULL" onmouseup="NULL" partialTriggers="[Ljava.lang.String;@177b4d3" rendered="true" (******* 2. *******) rendererType="org.apache.myfaces.trinidad.FormLayout" rendersChildren="NULL" rows="NULL" shortDesc="NULL" styleClass="NULL" transient="NULL">

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.