Is there any reason the following doesn't work? public static void contributeApplicationDefaults(MappedConfiguration<String, String> config) { config.add(ComponentParameterConstants.GRID_PAGER_POSITION, "NONE"); }
>From GridPagerPosition: NONE = Don't show a pager (the application will need to supply its own navigation mechanism). Steve. On 15 March 2013 02:17, Lance Java <lance.j...@googlemail.com> wrote: > I'm actually trying to set the rowsPerPage parameter on a grid to Integer. > MAX_VALUE to effectively disable paging. It might be controversial but what > if AbstractBinding wrote to a ThreadLocal? > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org