setRowsPerPage with AjaxFallbackDefaultDataTable

2009-03-15 Thread Anton Veretennikov
Good day! My impression about AjaxFallbackDefaultDataTable is - fantastic! Thank you, Igor! I'm implementing small Ajax panel that changes amount of rows shown. It looks like standart 20 40 60 80 ... Everything is working but: Once top bar with navigation 1 2 3 4 hides (when amount of rows

Re: Why are we top-posting...

2009-03-15 Thread Johan Compagner
I vote for top or interleaved, dont bottom post thats the most horrible one On 14/03/2009, taha siddiqi tawushaf...@gmail.com wrote: Hi, The story goes like this... Once I was brave enough to take on linux-kernal programming and joined a mailing list. My first post brought me a link which

Re: Why are we top-posting...

2009-03-15 Thread Anton Veretennikov
Those who receive first part of e-mail through sms message are very thankful if valuable part is on top. On Sun, Mar 15, 2009 at 5:35 PM, Johan Compagner jcompag...@gmail.com wrote: I vote for top or interleaved, dont bottom post thats the most horrible one On 14/03/2009, taha siddiqi

Re: Switch tab only if user doesn't want to save changes.

2009-03-15 Thread Fabio Fioretti
On Wed, Mar 11, 2009 at 6:30 PM, jchappelle jchappe...@4redi.com wrote: Could you post how you are detecting unsaved changes? I am trying to implement something similar. Hi Josh, it depends on the kind of data you are dealing with, but basically it is just a matter of keeping the initial model

Re: Why are we top-posting...

2009-03-15 Thread Erik van Oosten
I don't even read bottom-posts. All that scrolling gives me RSI. Regards, Erik. Anton Veretennikov wrote: Those who receive first part of e-mail through sms message are very thankful if valuable part is on top. -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/

RE: Why are we top-posting...

2009-03-15 Thread Fatih Mehmet UCAR
+1 -Original Message- From: Erik van Oosten [mailto:e.vanoos...@grons.nl] Sent: 15 March 2009 16:11 To: users@wicket.apache.org Subject: Re: Why are we top-posting... I don't even read bottom-posts. All that scrolling gives me RSI. Regards, Erik. Anton Veretennikov wrote: Those

Re: Managing Pagemaps

2009-03-15 Thread Erik van Oosten
Subbu, If you write a Wicket application you never worry about session cleanups. Only Wicket puts stuff in the session and only Wickets removes it again. Wicket really does an excellent job here. I have never found any reason to tweak this. That said, you as a programmer have the

AjaxLinkTree questions

2009-03-15 Thread Dariusz Wojtas
Hi, I have created a panel with AjaxLinkTree with Possibility to add new node, as a child of the currently selected node. Now I want to make this component reusable, participating in parent form. As suggested by Wicket in Action, it will extend FormComponentPanel. It's data model will be simple

Re: Which version is stable

2009-03-15 Thread Stefan Simik
We are using wicket 1.4rc2 without any problems... taha siddiqi wrote: Hi, Which version 1.3.x or 1.4.x should I use in production. Which one is stable ? ( stupid question I know :) but I am confused ) I use 1.3.5, should I be using 1.4.x. taha

setModel() and getModel() questions

2009-03-15 Thread pieter claassen
I am obviously doing something wrong here. On my wicket pages, I am trying to set the Model with setModel() e.g.setModel(new CompoundPropertyModel(new Treatment())); On the components (forms, panels etc.) contained on that page, I try to retrieve the object with getModelObject() or

Re: setModel() and getModel() questions

2009-03-15 Thread Igor Vaynberg
make sure you are not calling these methods in the constructors - before the components are added to the page that has the model. -igor On Sun, Mar 15, 2009 at 1:39 PM, pieter claassen pie...@claassen.co.uk wrote: I am obviously doing something wrong here. On my wicket pages, I am trying to

Re: Why are we top-posting...

2009-03-15 Thread Brill Pappin
chuckle This is an old argument that I've seen get pretty heated, but I haven't heard it mentioned since I used news groups for this sort of thing. Anyway -- What Martijn said... - Brill On 14-Mar-09, at 9:25 PM, taha siddiqi wrote: I was not expecting this... ( look I am also top

extensions not in the snapshot?

2009-03-15 Thread Brill Pappin
I trying to use the DatePicker extension in the extensions module, but I was surprised to find that it's not actually in the latest snapshot. (http://www.wicketframework.org/wicket-extensions/DatePicker.html) Anyone know if there is some other dependency I should be including (an extension,

ajax busy indicator

2009-03-15 Thread miro
is there any ajax busy indicator which blocks the entire page some thing like nexus repository manager does . -- View this message in context: http://www.nabble.com/ajax-busy-indicator-tp22529825p22529825.html Sent from the Wicket - User mailing list archive at Nabble.com.

How NOT TO Cache Markup - Markup Dynamically created

2009-03-15 Thread schapey
Hi All, I don't see this post in the forum.. so I am posting again. I have a page where the markup is creating dynamically and I do not want the markup to be cached. I am implementing both IMarkupResourceStreamProvider, IMarkupCacheKeyProvider I'm

Re: How NOT TO Cache Markup - Markup Dynamically created

2009-03-15 Thread Thomas R. Corbin
On Sunday 15 March 2009, schapey said: Hi All, I don't see this post in the forum.. so I am posting again. sometimes I just wish we were using grails. but I am sure that would come with it's own problems. I have a page where the markup is creating dynamically and I do not want the markup

AjaxEditableLabel trouble in Safari

2009-03-15 Thread Brill Pappin
Anyone else having issues with AjaxEditableLabel in Safari? This could be a legit bug for Safari, but I thought i'd ask before adding an issue. What I'm getting is: 1) Label is beside the input box 2) when label is clicked, a new input is added to the page and the label is moved over.

request time logging with application and network time disguished

2009-03-15 Thread ywtsang
we are trying to do logging on the request time to check the application processing time and the request output network time we first try to time the request processing by overriding WebRequestCycle#onBeginRequest, #onEndRequest but it seems the processing time is the same as the request time

Re: Why are we top-posting...

2009-03-15 Thread taha siddiqi
I have my arguments but it is your mailing list, so I have to abide by the rules besides Martijn is my teacher ( Wicket in Action ) so can't argue.. :) Still came to know about 'Advantages of top posting', thanks everyone for the response - taha On Mon, Mar 16, 2009 at 2:54 AM, Brill Pappin

Re: ajax busy indicator

2009-03-15 Thread Igor Vaynberg
see mask component in wicketstuff-minis -igor On Sun, Mar 15, 2009 at 4:47 PM, miro miroconn...@yahoo.com wrote: is there any ajax busy indicator which blocks the entire page  some thing like nexus repository manager does . -- View this message in context:

Ajax Back Button

2009-03-15 Thread taha siddiqi
Hi, I have a panel filled application which has almost everything configured as AjaxFallback... Can I make the browser back button work... ( It seems I cannot ) Also is it possible that I can have components configurable as Ajax or Basic Html, so that I can have both Basic HTML version and Ajax