[ 
https://issues.apache.org/jira/browse/TOBAGO-644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12586782#action_12586782
 ] 

Bernd Bohmann commented on TOBAGO-644:
--------------------------------------

Just a note.

In 1.1 the row attribute is using the JSF UIData default value 0.
I'm not sure that we should change this default value to 100 in 1.1.  The code 
generation stuff is not able to the default if the method is already 
implemented by the base class. I can change the code to support this. But I 
don't like this kind of extra procedure.

>From the javadoc of getRows:

Return the number of rows to be displayed, or zero for all remaining rows in 
the table. The default value of this property is zero.

If we stay with the JSF default value this would be option 1.

I would prefer option 1 and check the code wether it shows no rows or all rows.

> sheet whithout paging ingnores silently rows > 100
> --------------------------------------------------
>
>                 Key: TOBAGO-644
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-644
>             Project: MyFaces Tobago
>          Issue Type: Improvement
>            Reporter: Volker Weber
>
> A tobago sheet without setup for paging is silently ignoring any row with 
> index > rows attibute which is 100 as default.
> This could be solved by: 
>   1. setting default to unlimited 
> or 
>   2. auto config paging if to many rows. and enable configuring auto 
> positions eg 
>       "autoLeft","autoCenter", "autoRight" for show<pagingType> attibutes.

-- 
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