Re: How to build a hudson/jenkins like live log viewer?

2013-06-20 Thread James Selvakumar
Guys, This works like a charm. I'm using it in in our project. Thanks once again for all your suggestions. Just a minor correction in case you are using a MultiLineLabel for nextLog. While appending Javascript in the onPostProcessTarget method, instead of: use: This is needed because

Re: setResponsePage

2013-06-20 Thread Martin Grigorov
Hi, PageProvider is more an internal API. There is a ticket that it is complex and needs some kind of simplification. I don't want to expose it more to the user APIs. How exactly you find it more convenient than the current #setResponsePage() versions ? It has constructors that accept renderCount

RE: setResponsePage

2013-06-20 Thread Colin Rogers
Martin, I do a lot of generic stuff within my code - developing common components, that dynamically determine a page based on variable criteria. Those pages then need to be initialised - using reflection - and have data and state set on them. And I also do a 'panel switching' thing - similar

Re: setResponsePage

2013-06-20 Thread Martin Grigorov
On Thu, Jun 20, 2013 at 10:02 AM, Colin Rogers colin.rog...@objectconsulting.com.au wrote: Martin, I do a lot of generic stuff within my code - developing common components, that dynamically determine a page based on variable criteria. Those pages then need to be initialised - using

AjaxChannel Queues

2013-06-20 Thread Jered Myers
I am having a few challenges with the AjaxChannel queuing up and interfering with actions a user is making while in ajax requests are in queue. When my AbstractDefaultAjaxBehavior hits its respond method, it adds a JavaScript call to the target. Does that JavaScript get executed before the

How to prevent a page from being marked as dirty ?

2013-06-20 Thread grazia
Is there an example of how to prevent that a page is marked as dirty ? how to use WebPage.dirty(isInitialization) .. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-prevent-a-page-from-being-marked-as-dirty-tp4659636.html Sent from the Users forum mailing

Re: AjaxChannel Queues

2013-06-20 Thread Sven Meier
The Javascript in the response is evaluated as part of the ajax call. I need to know if the finishButtonWork function call would happen before or after the AjaxChannel releases the next ajax request from queue. Before. Sven On 06/20/2013 07:48 PM, Jered Myers wrote: I am having a few

Ajax form submit and Tomcat maxPostSize/connectionTimeout

2013-06-20 Thread Marios Skounakis
Hi all, I have the following problem: - User submits form with lots of textareas via ajax - User gets a blank page I think (but I'm not quite sure yet) this happens when the textareas contain so much text that either maxPostSize or connectionTimeout (submit tries to store to db as well) are

Re: AjaxChannel Queues

2013-06-20 Thread Jered Myers
Thanks! On 06/20/2013 01:08 PM, Sven Meier wrote: The Javascript in the response is evaluated as part of the ajax call. I need to know if the finishButtonWork function call would happen before or after the AjaxChannel releases the next ajax request from queue. Before. Sven On 06/20/2013

RE: Ajax form submit and Tomcat maxPostSize/connectionTimeout

2013-06-20 Thread Paul Bors
Stack trace? -Original Message- From: Marios Skounakis [mailto:msc...@gmail.com] Sent: Thursday, June 20, 2013 4:12 PM To: users@wicket.apache.org Subject: Ajax form submit and Tomcat maxPostSize/connectionTimeout Hi all, I have the following problem: - User submits form with lots of

Re: Ajax form submit and Tomcat maxPostSize/connectionTimeout

2013-06-20 Thread Paul BorČ™
Blank form prob means empty model objects. Start Wicket in DEVELOPMENT mode: https://cwiki.apache.org/WICKET/faqs.html#FAQs-Myapplicationsays%2522DEVELOPMENTMODE%2522%252ChowdoIswitchtoproduction%253F Add the DebugBar to your page:

CryptoMapper not encoding query string - Wicket 6.5.0

2013-06-20 Thread iamrakesh
Hi, I am using Wicket 6.5.0 and I am trying to use CryptoMapper in my application and URLs in my application look something like the one given below