You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@empire-db.apache.org by "Dimitar Simeonov (JIRA)" <em...@incubator.apache.org> on 2012/08/07 23:37:10 UTC

[jira] [Created] (EMPIREDB-154) component failed to render inside a datatable

Dimitar Simeonov created EMPIREDB-154:
-----------------------------------------

             Summary: <e:input> component failed to render inside a datatable
                 Key: EMPIREDB-154
                 URL: https://issues.apache.org/jira/browse/EMPIREDB-154
             Project: Empire-DB
          Issue Type: Bug
         Environment: JDK 6, JSF 2.1.7, Tomcat 7.0.27
            Reporter: Dimitar Simeonov


Only values in the first row are rendered correctly, afterwards rows are empty.

An example xhtml:

<h:dataTable id="employeeTable" value="#{page.employees.items}" var="item" rowClasses="odd,even">
	<h:column>
		<f:facet name="header">
			<e:title column="#{db.EMPLOYEES.EMPLOYEE_ID}" value="ID" />
		</f:facet>
	        <e:input value="#{item}" record="#{item}" column="'{db.EMPLOYEES.EMPLOYEE_ID}" />
       </h:column>
</h:dataTable>


 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (EMPIREDB-154) component failed to render inside a datatable

Posted by "Rainer Döbele (JIRA)" <em...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/EMPIREDB-154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13435857#comment-13435857 ] 

Rainer Döbele commented on EMPIREDB-154:
----------------------------------------

The problem has been identified - I will submit a patch soon.
However there are serious issues concerning composite components related to Mojarra 2.1.7. - 2.1.11. and later.
Therefore we will have to go back to Mojarra 2.1.6 which seems to work fine

                
> <e:input> component failed to render inside a datatable
> -------------------------------------------------------
>
>                 Key: EMPIREDB-154
>                 URL: https://issues.apache.org/jira/browse/EMPIREDB-154
>             Project: Empire-DB
>          Issue Type: Bug
>         Environment: JDK 6, JSF 2.1.7, Tomcat 7.0.27
>            Reporter: Dimitar Simeonov
>            Assignee: Francis De Brabandere
>             Fix For: empire-db-2.4.1
>
>         Attachments: e_input_in_dataTable.jpg, EMPIREDB-154.patch
>
>
> Only values in the first row are rendered correctly, afterwards rows are empty.
> An example xhtml:
> <h:dataTable id="employeeTable" value="#{page.employees.items}" var="item" rowClasses="odd,even">
> 	<h:column>
> 		<f:facet name="header">
> 			<e:title column="#{db.EMPLOYEES.EMPLOYEE_ID}" value="ID" />
> 		</f:facet>
> 	        <e:input value="#{item}" record="#{item}" column="'{db.EMPLOYEES.EMPLOYEE_ID}" />
>        </h:column>
> </h:dataTable>
>  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Resolved] (EMPIREDB-154) component failed to render inside a datatable

Posted by "Francis De Brabandere (JIRA)" <em...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/EMPIREDB-154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Francis De Brabandere resolved EMPIREDB-154.
--------------------------------------------

       Resolution: Fixed
    Fix Version/s: empire-db-2.4.1

patch applied to trunk
                
> <e:input> component failed to render inside a datatable
> -------------------------------------------------------
>
>                 Key: EMPIREDB-154
>                 URL: https://issues.apache.org/jira/browse/EMPIREDB-154
>             Project: Empire-DB
>          Issue Type: Bug
>         Environment: JDK 6, JSF 2.1.7, Tomcat 7.0.27
>            Reporter: Dimitar Simeonov
>            Assignee: Francis De Brabandere
>             Fix For: empire-db-2.4.1
>
>         Attachments: EMPIREDB-154.patch, e_input_in_dataTable.jpg
>
>
> Only values in the first row are rendered correctly, afterwards rows are empty.
> An example xhtml:
> <h:dataTable id="employeeTable" value="#{page.employees.items}" var="item" rowClasses="odd,even">
> 	<h:column>
> 		<f:facet name="header">
> 			<e:title column="#{db.EMPLOYEES.EMPLOYEE_ID}" value="ID" />
> 		</f:facet>
> 	        <e:input value="#{item}" record="#{item}" column="'{db.EMPLOYEES.EMPLOYEE_ID}" />
>        </h:column>
> </h:dataTable>
>  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Reopened] (EMPIREDB-154) component failed to render inside a datatable

Posted by "Dimitar Simeonov (JIRA)" <em...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/EMPIREDB-154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dimitar Simeonov reopened EMPIREDB-154:
---------------------------------------


Hi Francis, please revert the patch. It is not always valid. I working on a new patch. Sorry for the inconvenience!
                
> <e:input> component failed to render inside a datatable
> -------------------------------------------------------
>
>                 Key: EMPIREDB-154
>                 URL: https://issues.apache.org/jira/browse/EMPIREDB-154
>             Project: Empire-DB
>          Issue Type: Bug
>         Environment: JDK 6, JSF 2.1.7, Tomcat 7.0.27
>            Reporter: Dimitar Simeonov
>            Assignee: Francis De Brabandere
>             Fix For: empire-db-2.4.1
>
>         Attachments: EMPIREDB-154.patch, e_input_in_dataTable.jpg
>
>
> Only values in the first row are rendered correctly, afterwards rows are empty.
> An example xhtml:
> <h:dataTable id="employeeTable" value="#{page.employees.items}" var="item" rowClasses="odd,even">
> 	<h:column>
> 		<f:facet name="header">
> 			<e:title column="#{db.EMPLOYEES.EMPLOYEE_ID}" value="ID" />
> 		</f:facet>
> 	        <e:input value="#{item}" record="#{item}" column="'{db.EMPLOYEES.EMPLOYEE_ID}" />
>        </h:column>
> </h:dataTable>
>  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (EMPIREDB-154) component failed to render inside a datatable

Posted by "Francis De Brabandere (JIRA)" <em...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/EMPIREDB-154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13432010#comment-13432010 ] 

Francis De Brabandere commented on EMPIREDB-154:
------------------------------------------------

patch reverted
                
> <e:input> component failed to render inside a datatable
> -------------------------------------------------------
>
>                 Key: EMPIREDB-154
>                 URL: https://issues.apache.org/jira/browse/EMPIREDB-154
>             Project: Empire-DB
>          Issue Type: Bug
>         Environment: JDK 6, JSF 2.1.7, Tomcat 7.0.27
>            Reporter: Dimitar Simeonov
>            Assignee: Francis De Brabandere
>             Fix For: empire-db-2.4.1
>
>         Attachments: EMPIREDB-154.patch, e_input_in_dataTable.jpg
>
>
> Only values in the first row are rendered correctly, afterwards rows are empty.
> An example xhtml:
> <h:dataTable id="employeeTable" value="#{page.employees.items}" var="item" rowClasses="odd,even">
> 	<h:column>
> 		<f:facet name="header">
> 			<e:title column="#{db.EMPLOYEES.EMPLOYEE_ID}" value="ID" />
> 		</f:facet>
> 	        <e:input value="#{item}" record="#{item}" column="'{db.EMPLOYEES.EMPLOYEE_ID}" />
>        </h:column>
> </h:dataTable>
>  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (EMPIREDB-154) component failed to render inside a datatable

Posted by "Rainer Döbele (JIRA)" <em...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/EMPIREDB-154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rainer Döbele resolved EMPIREDB-154.
------------------------------------

    Resolution: Fixed

done
                
> <e:input> component failed to render inside a datatable
> -------------------------------------------------------
>
>                 Key: EMPIREDB-154
>                 URL: https://issues.apache.org/jira/browse/EMPIREDB-154
>             Project: Empire-DB
>          Issue Type: Bug
>         Environment: JDK 6, JSF 2.1.7, Tomcat 7.0.27
>            Reporter: Dimitar Simeonov
>            Assignee: Francis De Brabandere
>             Fix For: empire-db-2.4.1
>
>         Attachments: ASF.LICENSE.NOT.GRANTED--e_input_in_dataTable.jpg, EMPIREDB-154.patch
>
>
> Only values in the first row are rendered correctly, afterwards rows are empty.
> An example xhtml:
> <h:dataTable id="employeeTable" value="#{page.employees.items}" var="item" rowClasses="odd,even">
> 	<h:column>
> 		<f:facet name="header">
> 			<e:title column="#{db.EMPLOYEES.EMPLOYEE_ID}" value="ID" />
> 		</f:facet>
> 	        <e:input value="#{item}" record="#{item}" column="'{db.EMPLOYEES.EMPLOYEE_ID}" />
>        </h:column>
> </h:dataTable>
>  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (EMPIREDB-154) component failed to render inside a datatable

Posted by "Dimitar Simeonov (JIRA)" <em...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/EMPIREDB-154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dimitar Simeonov updated EMPIREDB-154:
--------------------------------------

    Attachment: EMPIREDB-154.patch

A possible solution for the problem.
                
> <e:input> component failed to render inside a datatable
> -------------------------------------------------------
>
>                 Key: EMPIREDB-154
>                 URL: https://issues.apache.org/jira/browse/EMPIREDB-154
>             Project: Empire-DB
>          Issue Type: Bug
>         Environment: JDK 6, JSF 2.1.7, Tomcat 7.0.27
>            Reporter: Dimitar Simeonov
>         Attachments: EMPIREDB-154.patch
>
>
> Only values in the first row are rendered correctly, afterwards rows are empty.
> An example xhtml:
> <h:dataTable id="employeeTable" value="#{page.employees.items}" var="item" rowClasses="odd,even">
> 	<h:column>
> 		<f:facet name="header">
> 			<e:title column="#{db.EMPLOYEES.EMPLOYEE_ID}" value="ID" />
> 		</f:facet>
> 	        <e:input value="#{item}" record="#{item}" column="'{db.EMPLOYEES.EMPLOYEE_ID}" />
>        </h:column>
> </h:dataTable>
>  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (EMPIREDB-154) component failed to render inside a datatable

Posted by "Francis De Brabandere (JIRA)" <em...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/EMPIREDB-154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13431662#comment-13431662 ] 

Francis De Brabandere commented on EMPIREDB-154:
------------------------------------------------

I'm willing to apply the patch but I never used JSF2 so it's hard for me to check if it's valid. On the other hand we can always revert it.
                
> <e:input> component failed to render inside a datatable
> -------------------------------------------------------
>
>                 Key: EMPIREDB-154
>                 URL: https://issues.apache.org/jira/browse/EMPIREDB-154
>             Project: Empire-DB
>          Issue Type: Bug
>         Environment: JDK 6, JSF 2.1.7, Tomcat 7.0.27
>            Reporter: Dimitar Simeonov
>         Attachments: EMPIREDB-154.patch, e_input_in_dataTable.jpg
>
>
> Only values in the first row are rendered correctly, afterwards rows are empty.
> An example xhtml:
> <h:dataTable id="employeeTable" value="#{page.employees.items}" var="item" rowClasses="odd,even">
> 	<h:column>
> 		<f:facet name="header">
> 			<e:title column="#{db.EMPLOYEES.EMPLOYEE_ID}" value="ID" />
> 		</f:facet>
> 	        <e:input value="#{item}" record="#{item}" column="'{db.EMPLOYEES.EMPLOYEE_ID}" />
>        </h:column>
> </h:dataTable>
>  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (EMPIREDB-154) component failed to render inside a datatable

Posted by "Francis De Brabandere (JIRA)" <em...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/EMPIREDB-154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Francis De Brabandere reassigned EMPIREDB-154:
----------------------------------------------

    Assignee: Francis De Brabandere
    
> <e:input> component failed to render inside a datatable
> -------------------------------------------------------
>
>                 Key: EMPIREDB-154
>                 URL: https://issues.apache.org/jira/browse/EMPIREDB-154
>             Project: Empire-DB
>          Issue Type: Bug
>         Environment: JDK 6, JSF 2.1.7, Tomcat 7.0.27
>            Reporter: Dimitar Simeonov
>            Assignee: Francis De Brabandere
>             Fix For: empire-db-2.4.1
>
>         Attachments: EMPIREDB-154.patch, e_input_in_dataTable.jpg
>
>
> Only values in the first row are rendered correctly, afterwards rows are empty.
> An example xhtml:
> <h:dataTable id="employeeTable" value="#{page.employees.items}" var="item" rowClasses="odd,even">
> 	<h:column>
> 		<f:facet name="header">
> 			<e:title column="#{db.EMPLOYEES.EMPLOYEE_ID}" value="ID" />
> 		</f:facet>
> 	        <e:input value="#{item}" record="#{item}" column="'{db.EMPLOYEES.EMPLOYEE_ID}" />
>        </h:column>
> </h:dataTable>
>  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (EMPIREDB-154) component failed to render inside a datatable

Posted by "Dimitar Simeonov (JIRA)" <em...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/EMPIREDB-154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dimitar Simeonov updated EMPIREDB-154:
--------------------------------------

    Attachment: e_input_in_dataTable.jpg
    
> <e:input> component failed to render inside a datatable
> -------------------------------------------------------
>
>                 Key: EMPIREDB-154
>                 URL: https://issues.apache.org/jira/browse/EMPIREDB-154
>             Project: Empire-DB
>          Issue Type: Bug
>         Environment: JDK 6, JSF 2.1.7, Tomcat 7.0.27
>            Reporter: Dimitar Simeonov
>         Attachments: EMPIREDB-154.patch, e_input_in_dataTable.jpg
>
>
> Only values in the first row are rendered correctly, afterwards rows are empty.
> An example xhtml:
> <h:dataTable id="employeeTable" value="#{page.employees.items}" var="item" rowClasses="odd,even">
> 	<h:column>
> 		<f:facet name="header">
> 			<e:title column="#{db.EMPLOYEES.EMPLOYEE_ID}" value="ID" />
> 		</f:facet>
> 	        <e:input value="#{item}" record="#{item}" column="'{db.EMPLOYEES.EMPLOYEE_ID}" />
>        </h:column>
> </h:dataTable>
>  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira