Re: Does PagingNavigation render the entire page and would AjaxPagingNavigation render only its assigned pageableView?

2011-10-03 Thread Bruno Borges
Could you provide some snippet of your code? Have you setOutputMarkupId on your PageableListView? *Bruno Borges* (21) 7672-7099 *www.brunoborges.com* On Wed, Sep 28, 2011 at 9:27 AM, Martin A wrote: > Thanks, but strangely, clicking on a AjaxNavigationLink returns empty > response. Do you ha

Re: Does PagingNavigation render the entire page and would AjaxPagingNavigation render only its assigned pageableView?

2011-09-28 Thread Martin A
Thanks, but strangely, clicking on a AjaxNavigationLink returns empty response. Do you have any ideas why this happens? Thanks! On Wed, Sep 28, 2011 at 3:01 PM, Martin Grigorov wrote: > yes. this is how it works > > On Wed, Sep 28, 2011 at 1:54 PM, Martin A wrote: > > Hello, > > I've got a Pagi

Re: Does PagingNavigation render the entire page and would AjaxPagingNavigation render only its assigned pageableView?

2011-09-28 Thread Martin Grigorov
yes. this is how it works On Wed, Sep 28, 2011 at 1:54 PM, Martin A wrote: > Hello, > I've got a PagingNavigation on a PageableListView, contained in a parent > Page. To me it looks like it renders the whole page when paging its assigned > pageableView. I would like to know if AjaxPagingNavigatio

Does PagingNavigation render the entire page and would AjaxPagingNavigation render only its assigned pageableView?

2011-09-28 Thread Martin A
Hello, I've got a PagingNavigation on a PageableListView, contained in a parent Page. To me it looks like it renders the whole page when paging its assigned pageableView. I would like to know if AjaxPagingNavigation would refresh only its assigned pageableView, because there are other components on