[ 
https://issues.apache.org/jira/browse/MYFACES-2282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12753530#action_12753530
 ] 

Jakob Korherr commented on MYFACES-2282:
----------------------------------------

I am currently implementing this on h:dataTable an while I was comparing the 
results of die RI with mine I found out that the RI does not behave as 
mentioned in the spec.
For example when I have 3 rows and I set bodyrows to 4, RI closes a TBODY 
element at the end of the table that it never opened before. So it is not XHTML 
valid.
Also: I trimmed the values in the comma separated list before parsing, RI does 
not do this. So when I set "0, 1" for bodyrows, RI ends in a 
NumberFormatException.

Here's my question: Does the myfaces implementation need to behave exactly as 
the RI?

> h:dataTable and h:panelGrid should implement bodyrows behavior (tbody 
> encapsulation)
> ------------------------------------------------------------------------------------
>
>                 Key: MYFACES-2282
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2282
>             Project: MyFaces Core
>          Issue Type: Task
>          Components: JSR-314
>            Reporter: Leonardo Uribe
>


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

Reply via email to