Re: initModel and 'compound' components only

2014-12-19 Thread Sebastien
Hi Sven, Thank you for your answer! I understand the concern... From the user (me) point of view, it is still an issue... Are you aware of an opened ticket for this? Do you want me to open one? Best regards, Sebastien On Thu, Dec 18, 2014 at 8:09 PM, Sven Meier s...@meiers.net wrote: Hi

Re: initModel and 'compound' components only

2014-12-19 Thread Sven Meier
Hi, you will have to come up with a really good idea on how to improve this puzzle. Regards Sven On 19.12.2014 11:10, Sebastien wrote: Hi Sven, Thank you for your answer! I understand the concern... From the user (me) point of view, it is still an issue... Are you aware of an opened

ListenerInvocationNotAllowedException and InlineFrames

2014-12-19 Thread Wayne W
Hi, we're trying to clear up our production logs at the moment and are going through errors. I cannot understand what is happen here. We're getting : org.apache.wicket.core.request.handler.ListenerInvocationNotAllowedException: Component rejected interface invocationComponent: [InlineFrame

Re: initModel and 'compound' components only

2014-12-19 Thread Sebastien
Hi Sven, I like puzzle, but I am not really sure to have some available spare time. Will see beginning of next year if I can dig into this... Best regards, Sebastien On Fri, Dec 19, 2014 at 2:24 PM, Sven Meier s...@meiers.net wrote: Hi, you will have to come up with a really good idea on

Re: initModel and 'compound' components only

2014-12-19 Thread Martin Grigorov
Sebastien, Please create a ticket with a quickstart and I will give my best too during/after the holidays. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Fri, Dec 19, 2014 at 4:01 PM, Sebastien seb...@gmail.com wrote: Hi Sven, I like puzzle, but I am not

AjaxLazyLoader

2014-12-19 Thread F.O.O
My production app switched to the AjaxLazyLoad rendered panel which has a ListView component added to it. But I noticed a pattern that the first render of the LazyLoadPanel results to an error because it renders the list without adding one of its components. However,on refreshing the page it

Re: AjaxLazyLoader

2014-12-19 Thread Sven Meier
Hi, can you provide a quickstart? Regards Sven On 19.12.2014 14:53, F.O.O wrote: My production app switched to the AjaxLazyLoad rendered panel which has a ListView component added to it. But I noticed a pattern that the first render of the LazyLoadPanel results to an error because it renders

Re: initModel and 'compound' components only

2014-12-19 Thread Sebastien
Hi Martin, Here we are: https://issues.apache.org/jira/browse/WICKET-5792 There is no urgency though, but thank you very much :) Best regards, Sebastien On Fri, Dec 19, 2014 at 3:05 PM, Martin Grigorov mgrigo...@apache.org wrote: Sebastien, Please create a ticket with a quickstart and I

Re: AjaxLazyLoader

2014-12-19 Thread wiseguy2
Hi Sven, My LazyLoadPanel uses the following getApplication().getRequestCycleSettings().setGatherExtendedBrowserInfo(true); which happens to be interrupting with the request cycle because with the message saying the browser doesn't support Js. Would this be peculiar to building in

Does wicket instantiate a page even if the session has expired?

2014-12-19 Thread Wayne W
We have lots of really odd exceptions in our logs in production where essentially the session is empty but pages are still being created. Does wicket do this? and if so how do we handle the situation knowing that data in the session is needed to build the page thanks

Re: Does wicket instantiate a page even if the session has expired?

2014-12-19 Thread Ernesto Reinaldo Barreiro
bots running over your pages? On Fri, Dec 19, 2014 at 3:51 PM, Wayne W waynemailingli...@gmail.com wrote: We have lots of really odd exceptions in our logs in production where essentially the session is empty but pages are still being created. Does wicket do this? and if so how do we handle

Possible memory leak in Wicket 1.5.12

2014-12-19 Thread Satrix
Hello, I've developed an Wicket website in Wicket 1.5.12. It's hosted on Glassfish server 3.1.2.2 and lately I've run into the following problem: The problem only occurs when a crawler (for example googlebot) visits my website and then when it's crawling, Glassfish opens a lot of file

Re: Possible memory leak in Wicket 1.5.12

2014-12-19 Thread Francois Meillet
Could you show us the code you use to serve these images ? François Meillet Le 19 déc. 2014 à 17:02, Satrix satrix...@gmail.com a écrit : Hello, I've developed an Wicket website in Wicket 1.5.12. It's hosted on Glassfish server 3.1.2.2 and lately I've run into the following problem:

Re: Does wicket instantiate a page even if the session has expired?

2014-12-19 Thread Martin Grigorov
Hi, Yes, Wicket instantiates pages even when there is no bound session. Many applications need to run in stateless mode. Usually the applications use IAuthenticationStrategy to decide whether to allow the instantiation of a page (by type). The most common check is if there is a session = allow,

Re: Possible memory leak in Wicket 1.5.12

2014-12-19 Thread Martin Grigorov
Hi, If you are able to reproduce this in a quickstart application then please create a ticket and attach it there. Thanks! Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Fri, Dec 19, 2014 at 6:02 PM, Satrix satrix...@gmail.com wrote: Hello, I've developed

Re: OnChangeAjaxBehavior listened event modified in 1.6.18

2014-12-19 Thread Martin Grigorov
Hi, On Wed, Dec 17, 2014 at 12:26 PM, guillaume.mary guillaume.m...@interview-efm.com wrote: Hi all, With WICKET-5711 OnChangeAjaxBehavior now listen both change and inputchange on TextField. Hence when you type in the TextField, the behavior is called twice because both events are fired

Re: Switching between wicket tabs

2014-12-19 Thread K
Hi I have a similar issue. i am trying to navigate to tab i intend to but issue is i have parameters i need to forward to that tab. can anyone suggest how to handle it. Scenario: i have list of items displaying in tab1 and when i click on the item it has to be redirected to tab3 with the item