Re: Bind ResultSet of a SQL query with wicket datatable

2013-04-15 Thread ORACLEADF
Hi Andrea ,Thank you. I created the following data provider, please help me how to bind this provider with a dataview. *public class PersonnelsProvider implements IDataProviderPersonnelDTO { private ListPersonnelDTO personnelDTOList; private final DatabaseHandler handler; public

Re: Free Wicket guide now available!

2013-04-15 Thread ORACLEADF
Andrea, this is the best guide. God bless you. - Regards -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Free-Wicket-guide-now-available-tp4657407p4657981.html Sent from the Users forum mailing list archive at Nabble.com.

Re: Free Wicket guide now available!

2013-04-15 Thread Andrea Del Bene
Thank you very much! Andrea, this is the best guide. God bless you. - Regards -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Free-Wicket-guide-now-available-tp4657407p4657981.html Sent from the Users forum mailing list archive at Nabble.com.

Re: Update ListView with Ajax, performance.

2013-04-15 Thread Raul
Hi, vineetsemwal, I think I found a bug in the project developed, having several QuickView, inside a ListView or DataView, errors occur. I recreated the error in your project, simply. Within RowNavigationPage class, I added a ListView with a list of three items and each item I have added the

Re: Update ListView with Ajax, performance.

2013-04-15 Thread Raul
Exactly the error occurs when you click on the above item, item affects the bottom, but not vice versa. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Update-ListView-with-Ajax-performance-tp4657948p4657984.html Sent from the Users forum mailing list archive at

Re: Update ListView with Ajax, performance.

2013-04-15 Thread vineet semwal
hi, i am making a guess now ,i think you are having this problem ,there is one limitation of quickview in cases where you want to update without rendering the whole quickview .that limitation is the quickview immediate parent can have one child (which is quickview ofcourse) .this limitation is

Re: Update ListView with Ajax, performance.

2013-04-15 Thread vineet semwal
or upload it somewhere else and give a url here from where it can be downloaded,sometimes here the attached files don't go through.. or just mail your project at vineetsemwa...@gmail.com On Mon, Apr 15, 2013 at 5:31 PM, vineet semwal vineetsemwa...@gmail.comwrote: hi, i am making a guess now

Re: Update ListView with Ajax, performance.

2013-04-15 Thread vineet semwal
sorry i made a typo in one of the post .. i wrote gives you an expectation what i meant was gives you an *exception* :-) On Mon, Apr 15, 2013 at 5:39 PM, vineet semwal vineetsemwa...@gmail.comwrote: or upload it somewhere else and give a url here from where it can be downloaded,sometimes

Re: Update ListView with Ajax, performance.

2013-04-15 Thread Raul
Recreate the error is very simple, you just have to modify your example as follows, in the labeling of RowsNavigatorPage.html add a div, so that it looks like. ! - Copyright 2012 Vineet Semwal Licensed under the Apache License, Version 2.0 (the quot;Licensequot;); you may not use this

Re: Update ListView with Ajax, performance.

2013-04-15 Thread Raul
http://ul.to/847ee7uh From his example I just changed the RowsNavigatorPage -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Update-ListView-with-Ajax-performance-tp4657948p4657989.html Sent from the Users forum mailing list archive at Nabble.com.

Re: Update ListView with Ajax, performance.

2013-04-15 Thread vineet semwal
i have tried explaining it in this issue https://github.com/vineetsemwal/quickview/issues/13 i have fixed it locally , just need to test and push the commit ,will give you an update then.. thanks for pointing out very important issue ! On Mon, Apr 15, 2013 at 6:02 PM, Raul ralva...@netwie.com

Re: How to Add JS Modifer to a Non-Form-Processing AjaxButton

2013-04-15 Thread eugenebalt
Hi, I overrode the IAjaxCallDecorator as below, but it still doesn't work: there is no action when I click OK (although the popup appears). Do I need to add something else? Thanks, linkDelete = new AjaxButton(linkDelete) {

Re: How to Add JS Modifer to a Non-Form-Processing AjaxButton

2013-04-15 Thread eugenebalt
Never mind, I got it work. What I had to do was this: public CharSequence decorateScript(CharSequence script) { // TODO Auto-generated method stub return super.decorateScript(var x = confirm('Are you

Suppress Are you sure you want to navigate away from this page? in Panel

2013-04-15 Thread eugenebalt
We have a Panel with a Form, and when anything changes on the form, we get the browser message Are you sure you want to navigate away from this page? You have unsaved changes. We need to suppress this warning for this Panel only (but not others). I think there are some JS handlers for that, but

Re: Suppress Are you sure you want to navigate away from this page? in Panel

2013-04-15 Thread Ernesto Reinaldo Barreiro
there is such handler for modal window. So, I might have a look in that direction On Mon, Apr 15, 2013 at 9:41 PM, eugenebalt eugeneb...@yahoo.com wrote: We have a Panel with a Form, and when anything changes on the form, we get the browser message Are you sure you want to navigate away from

Re: Update ListView with Ajax, performance.

2013-04-15 Thread Raul
Thanks to you, I look forward to the update, a greeting. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Update-ListView-with-Ajax-performance-tp4657948p4657995.html Sent from the Users forum mailing list archive at Nabble.com.

Re: wicket-atmosphere issues

2013-04-15 Thread Martin Grigorov
Hi, Please create a ticket and attach the patch you propose. Thanks! On Sun, Apr 14, 2013 at 5:59 PM, Martin Geisse martingei...@googlemail.comwrote: Hi, 2) It seems like sometimes empty Atmosphere messages are sent to a page when a filter rejected the specific message. For such

Re: Update ListView with Ajax, performance.

2013-04-15 Thread vineet semwal
this is fixed now and is available in master and 1.5.x branch,since this was an important bug i have also created releases 6.6.2 for wicket 6.6 and 1.5.10.2 for wicket 1.5.10 ,you example works fine now :-) thank you ! On Tue, Apr 16, 2013 at 1:03 AM, Raul ralva...@netwie.com wrote: Thanks

AjaxFallbackDefaultDataTable and CheckBox Column

2013-04-15 Thread dhongyt
I'm having a tough time understanding how I can get the objects selected. Currently I have an AjaxFallbackDefaultDataTable with a Column of CheckBox. I implemented a CheckBoxPanel so that I can add that to an AbstractColumn. The AjaxFallbackDefaultDataTable is within a form and contains a form

Re: AjaxFallbackDefaultDataTable and CheckBox Column

2013-04-15 Thread Sven Meier
Does your File object have a boolean property to store the selection in? Then you have to bind your chechbox to the property: public CheckboxPanel(String id, IModelFile model) { super(id, model); add(new CheckBox(check, new PropertyModelBoolean(model, selected)); }

Re: AjaxFallbackDefaultDataTable and CheckBox Column

2013-04-15 Thread dhongyt
If there are tons of files that might be listed, iterating through all those files just to see which on is select could present a time issue correct? Will CheckGroup and Check components solve this issue? Is there a way to just grab checked files instead of iterating though and seeing which one

Re: AjaxFallbackDefaultDataTable and CheckBox Column

2013-04-15 Thread Sven Meier
Wicket iterates all files anyway for rendering, so iterating them once again to find the selected ones will be no problem. If you want to keep selection across paging on your DataTable, you should definitely look into using CheckGroup/Check. Sven On 04/15/2013 10:32 PM, dhongyt wrote: If

Re: AjaxFallbackDefaultDataTable and CheckBox Column

2013-04-15 Thread dhongyt
Thanks Sven. For the CheckGroup/Check which wicket-example are you talking about? Are you talking about the ones on this page? http://www.wicket-library.com/wicket-examples/index.html If so then which example are you talking about on that page? -- View this message in context:

Re: Bind ResultSet of a SQL query with wicket datatable

2013-04-15 Thread ORACLEADF
Hi After reading the Andrea’s book (Appendix B.5) finally I could fill a grid simply with the following code, but when I want to navigate between pages at run time I got a Page Expired error. I don’t know what is wrong. final ListDataProvider listDataProvider = new