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:41:11 UTC

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

     [ 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