Re: Update ListView with Ajax, performance.

2013-04-13 Thread vineet semwal
i am not a core dev. , wicket core devs can only decide what can be moved in ;) On Sat, Apr 13, 2013 at 6:23 PM, Raul wrote: > I think the functionality that gives your project is essential to many Web > projects, and in many companies there is a policy not to use third party > libraries that c

Re: Update ListView with Ajax, performance.

2013-04-13 Thread Raul
I think the functionality that gives your project is essential to many Web projects, and in many companies there is a policy not to use third party libraries that can not be maintained or updated in the future. I therefore believe that the number of components "official" Wicket, should increase in

Re: Update ListView with Ajax, performance.

2013-04-13 Thread vineet semwal
i am glad the project is useful for you.. ,thanks for the feedback :-) i think it's too new to move into wicket-extension ,also i think core and extension should be kept small.. On Sat, Apr 13, 2013 at 4:23 PM, Raul wrote: > I tried the project and give you my congratulations, it's just what I

Re: Update ListView with Ajax, performance.

2013-04-13 Thread Raul
I tried the project and give you my congratulations, it's just what I need, but it would be ideal that was included as an extension of the core wicket. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Update-ListView-with-Ajax-performance-tp4657948p4657961.html Sent f

Re: Update ListView with Ajax, performance.

2013-04-13 Thread vineet semwal
sorry,i did't want to do effort of publishing in maven central repository .., currently a user has to build and install on his machine either by doing a)git clone and then a mvn install or b) he has to grab a release release tag from https://github.com/vineetsemwal/quickview/tags ,decompress it,ste

Re: Update ListView with Ajax, performance.

2013-04-13 Thread Raul
QuickView The project looks great, but I want to try, why not stay at maven central repository?. It is very cumbersome installation is proposed. Https://github.com/vineetsemwal/quickview/wiki -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Update-ListView-with-Ajax-p

Re: Update ListView with Ajax, performance.

2013-04-13 Thread vineet semwal
forgot to write there is AjaxItemsNavigator in the package which on click adds new rows for QuickView, you can use or extend it or write your own depending on your usecase,see examples.. On Sat, Apr 13, 2013 at 12:39 PM, vineet semwal wrote: > hi, > if you can change repeater,try using QuickVie

Re: Update ListView with Ajax, performance.

2013-04-13 Thread vineet semwal
hi, if you can change repeater,try using QuickView instead of ListView ,it supports the functionality you are asking.. ,way of using is like DataView ,project is here https://github.com/vineetsemwal/quickview On Sat, Apr 13, 2013 at 1:35 AM, Raul wrote: > Hello, I need to implement a component