DataTable: incorrect 'showing x to y of z'

2007-07-28 Thread Leszek Gawron
When I create a DataTable paging data by 25 entries the navigation toolbar displays: showing 1 to 26 of 80 showing 26 to 51 of 80 while (IMO) it should: showing 1 to 25 of 80 showing 26 to 50 of 80 wdyt? -- Leszek Gawron -

replace panels with fade effect

2007-07-28 Thread Leszek Gawron
I'd like to create an ajax heavy application (no pages, all panels). When replacing panels during ajax event I would like the old panel to fade out and new one to fade in (or any kind of morph effect). I've been trying to make use of wicket-scriptaculous module but without success. please

Re: replace panels with fade effect

2007-07-28 Thread Eelco Hillenius
On 7/28/07, Leszek Gawron [EMAIL PROTECTED] wrote: I'd like to create an ajax heavy application (no pages, all panels). When replacing panels during ajax event I would like the old panel to fade out and new one to fade in (or any kind of morph effect). I've been trying to make use of

Re: replace panels with fade effect

2007-07-28 Thread Igor Vaynberg
here is what i do... i use the animator.js lib ajaxlink.onclick(target) { SuccessFlash flash=new SuccessFlash(); c1.add(flash); c2.add(flash); target.addcomponent(c1); target.addcomponent(c2); } see code below -igor public class AbstractAnimation extends AnimatorResources { private