Yes, I started looking at source and that's exactly what happened. I
believe in this case we probably want classic getter-setter combo for
outside code which may need to read/set these. I will add JIRA.

    /**
     * The number of rows of data displayed on each page. If there are
more rows than will fit, the Grid will divide up
     * the rows into "pages" and (normally) provide a pager to allow
the user to navigate within the overall result
     * set.
     */
    @Parameter("25")
    @Property
    private int _rowsPerPage;

This works fine when Tapestry uses grid internally

On Mon, Mar 17, 2008 at 11:23 AM, Adam Zimowski <[EMAIL PROTECTED]> wrote:
> After upgrading 5.0.10 to 5.0.11 Grid's getRowsPerPage() method is now
>  gone. What is the replacement, or alternative way at getting this
>  information?
>
>  -adam
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to