AjaxPagingNavigation not updating DataView

2011-12-06 Thread infiniter
I have created AjaxPagingNavigation which is supposed to update a DataView The problem is that when clicking on a page number link to go to another page, the data view does not get updated. When the page is loaded for the first time there are no problems.. but when clicking on the page number

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

2011-10-03 Thread Bruno Borges
igation 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 p

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

2011-09-28 Thread Martin A
> > 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 pageable

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

2011-09-28 Thread Martin Grigorov
d like to know if AjaxPagingNavigation would refresh > only its assigned pageableView, because there are other components on the > page that I wouldn't like to get rendered? > > Thank you, > Martin > -- Martin Grigorov jWeekend Training, Con

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 compo

Re: AjaxPagingNavigation change style

2010-12-14 Thread blauerberg
pache-wicket.1842946.n4.nabble.com/AjaxPagingNavigation-change-style-tp2297188p3086566.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For ad

Re: AjaxPagingNavigation change style

2010-07-21 Thread Fernando Wermus
gt; > Is there another solution to change the AjaxPagingNavigation Style? > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/AjaxPagingNavigation-change-style-tp2297188p2297746.html > Sent from the Wicket - User mailing list archive at Nabble.com. > >

Re: AjaxPagingNavigation change style

2010-07-21 Thread Ivoneta
n to change the AjaxPagingNavigation Style? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/AjaxPagingNavigation-change-style-tp2297188p2297746.html Sent from the Wicket - User mailing list archive at Nabble.com. - To

AjaxPagingNavigation change style

2010-07-21 Thread Ivoneta
style. What I missing? What's wrong? Can anyone help me? Pleasee -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/AjaxPagingNavigation-change-style-tp2297188p2297188.html Sent from the Wicket - User mailing list archive at

Re: Problems with AjaxPagingNavigation

2010-06-28 Thread Igor Vaynberg
use the navigator -igor On Wed, Jun 23, 2010 at 8:10 AM, Matthias Klass wrote: > Hi, > > I've added a AjaxPagingNavigation to a Panel. Yet, when clicking on the > created link nothing happens - no redirection to the new page. When I copy > the link directly from the markup a

Re: ajaxPagingNavigation and CheckGroup

2010-06-28 Thread Igor Vaynberg
use ajaxsubmitlink in your paging navigator -igor 2010/6/22 Fernando Wermus : > Hola, >    Quería saber si existe alguna manera de no perder los items > seleccionados de un checkgroup - check en una lista que esta paginada con > AjaxPagingNavigation. > > saludos! > &

Problems with AjaxPagingNavigation

2010-06-23 Thread Matthias Klass
Hi, I've added a AjaxPagingNavigation to a Panel. Yet, when clicking on the created link nothing happens - no redirection to the new page. When I copy the link directly from the markup and paste it into the browser window, the new page shows up - it's just about the "click&q

Problems with AjaxPagingNavigation

2010-06-23 Thread Matthias Klass
Hi, I've added a AjaxPagingNavigation to a Panel. Yet, when clicking on the created link nothing happens - no redirection to the new page. When I copy the link directly from the markup and paste it into the browser window, the new page shows up - it's just about the "click&q

Re: ajaxPagingNavigation, Dataview, CheckGroup and check. Persist items checked

2010-06-23 Thread Pedro Santos
mus wrote: > Hi all, >I have a dataview with an ajaxPagingNavigation. Each time, the user > changes the page, he lost the item checked in the previous one. What do I > have to do to guarantee the items checked keep persisted? > > Any help would be really appreciated > >

ajaxPagingNavigation, Dataview, CheckGroup and check. Persist items checked

2010-06-22 Thread Fernando Wermus
Hi all, I have a dataview with an ajaxPagingNavigation. Each time, the user changes the page, he lost the item checked in the previous one. What do I have to do to guarantee the items checked keep persisted? Any help would be really appreciated thanks in advance -- Fernando Wermus

ajaxPagingNavigation and CheckGroup

2010-06-22 Thread Fernando Wermus
Hola, Quería saber si existe alguna manera de no perder los items seleccionados de un checkgroup - check en una lista que esta paginada con AjaxPagingNavigation. saludos! -- Fernando Wermus. www.linkedin.com/in/fernandowermus

Re: AjaxPagingNavigation

2009-10-01 Thread Douglas Ferguson
mplementation for ajax > return an > AjaxPagingNavigation. That is what your links don't work > asynchronously. > > On Wed, Sep 30, 2009 at 8:49 PM, Douglas Ferguson < > doug...@douglasferguson.us> wrote: > >> I just realized that this might be what

Re: AjaxPagingNavigation

2009-10-01 Thread Pedro Santos
Hi Douglas, you extend the AjaxPagingNavigator and override his method newNavigation to return an PagingNavigation. The default implementation for ajax return an AjaxPagingNavigation. That is what your links don't work asynchronously. On Wed, Sep 30, 2009 at 8:49 PM, Douglas Ferguson &

Re: AjaxPagingNavigation

2009-09-30 Thread Douglas Ferguson
as Ferguson < > doug...@douglasferguson.us> wrote: > >> That's my point. >> >> If your url is getting replaced, then it isn't using ajax. >> It is redrawing the page. >> >> D/ >> >> On Sep 29, 2009, at 3:56 PM, Pedro Santos wr

Re: AjaxPagingNavigation

2009-09-30 Thread Douglas Ferguson
Well.. I have a class that overrides AjaxPagingNavigation I just add that to my page. Class & markup below: > public class BSPagingNavigator extends AjaxPagingNavigator { > > private static final long serialVersionUID = -1l; > > IPageable pageable; > >

Re: AjaxPagingNavigation

2009-09-30 Thread Pedro Santos
using ajax. > It is redrawing the page. > > D/ > > On Sep 29, 2009, at 3:56 PM, Pedro Santos wrote: > > > I'm using the AjaxPagingNavigation component and it works well, but > > when I > > click on one of the links, my url is replaced with > > &

Re: AjaxPagingNavigation

2009-09-30 Thread Douglas Ferguson
That's my point. If your url is getting replaced, then it isn't using ajax. It is redrawing the page. D/ On Sep 29, 2009, at 3:56 PM, Pedro Santos wrote: > I'm using the AjaxPagingNavigation component and it works well, but > when I > click on one of the links,

Re: AjaxPagingNavigation

2009-09-29 Thread Douglas Ferguson
Is anybody successfully using this and witnessing ajax calls? I can't figure out why it isn't using Ajax as the name implies. I tried overriding the onAjaxEvent method, but it is never called. Douglas On Sep 28, 2009, at 7:57 PM, Douglas Ferguson wrote: > I'm using the Aj

Re: AjaxPagingNavigation

2009-09-29 Thread Pedro Santos
I'm using the AjaxPagingNavigation component and it works well, but when I click on one of the links, my url is replaced with /?wicket:interface=:3:4::: You refers to html "A" tag generated by navigations links. What you got on onclick tag attribute on your rendered page? On Mo

AjaxPagingNavigation

2009-09-28 Thread Douglas Ferguson
I'm using the AjaxPagingNavigation component and it works well, but when I click on one of the links, my url is replaced with /?wicket:interface=:3:4::: This is making me thing that the entire page is getting replaced and not using ajax. Is is possible to get IPagingNavigationIncremen