Re: questions about CheckGroupSelector's behavior?

2012-01-13 Thread rolandpeng
yes, Sven. it's the same issue of wicket-4279 https://issues.apache.org/jira/browse/WICKET-4279 I'll download wicket 1.5.4 after release, thank you! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/questions-about-CheckGroupSelector-s-behavior-tp4291374p4291630.html

Re: Turning off one-pass-render for a single page

2012-01-13 Thread Martin Grigorov
Hi, See org.apache.wicket.RestartResponseException#RestartResponseException You need public RestartResponseException(final IPageProvider pageProvider, final RedirectPolicy redirectPolicy) constructor with RedirectPolicy#NEVER_REDIRECT as second parameter. On Fri, Jan 13, 2012 at 12:10 AM,

Setting object on Parent panel and checking its value on grand-child panel

2012-01-13 Thread lucast
Dear Forum, I have set a drop down list on a parent panel A and at one point or another I need to check the value selected from that drop down on a grand-child panel.The structure I have is as follows: Parent Panel A contains Child panel B which contains grand-child panel C. I have set object O

AjaxLazyLoadPanel not loading in IE

2012-01-13 Thread Michal Wegrzyn
Hi, I have seen that AjaxLazyLoadPanel does not load in IE 9.0 with Wicket 1.5.3. What is insteresting, it does not load for me only at the first time after login. Scenario: lazy panels are placed on ListItems and after login they are constantly in loading state. When ListItems are replaced

RE: Is it possible to set the session?

2012-01-13 Thread cosmindumy
Hi, I solved the problem. Thanks for your idea. Now I have another problem that is a little off topic. The problems occurs only in Internet Explorer. I send a url with some parameters. But when I construct the respective wicket page, the parameters are emty. They are lost somewhere. -- View

RE: Is it possible to set the session?

2012-01-13 Thread cosmindumy
Hi, I solved the problem. Thanks for your idea. Now I have another problem that is a little off topic. The problems occurs only in Internet Explorer. I send a url with some parameters. But when I construct the respective wicket page, the parameters are emty. They are lost somewhere. Do you have

Re: AjaxLazyLoadPanel not loading in IE

2012-01-13 Thread Martin Grigorov
Hi On Fri, Jan 13, 2012 at 2:18 PM, Michal Wegrzyn michal.wegr...@onior.com wrote: Hi, I have seen that AjaxLazyLoadPanel does not load in IE 9.0 with Wicket 1.5.3. What is insteresting, it does not load for me only at the first time after login. Scenario: lazy panels are placed on

Problems in ie if I send jsessionid.

2012-01-13 Thread cosmindumy
Hello, If I send jsessionid in my url like myurl;jsessionid=session?parameters when I construct the wicket page there are no parameters received there although they are sent in url. This happens only in Internet Exporer. Does anyone has an idea? Thanks -- View this message in context:

London Apache Wicket Training, January 30-31

2012-01-13 Thread Cemal Bayramoglu
Our next scheduled/public London Apache Wicket Training [1] course is confirmed for January 30-31, 2012. Check availability and book online [2]. Regards - Cemal jWeekend Training, Consulting, Development http://jWeekend.com [1] http://jweekend.com/dev/JW703 [2]

Re: Setting object on Parent panel and checking its value on grand-child panel

2012-01-13 Thread Igor Vaynberg
dont pass the model object itself, pass the model. -igor On Fri, Jan 13, 2012 at 1:54 AM, lucast lucastol...@hotmail.com wrote: Dear Forum, I have set  a drop down list on a parent panel A and at one point or another I need to check the value selected from that drop down on a grand-child

Re: Serialize form for wicket ajax call

2012-01-13 Thread Andrea Del Bene
Hi, have a look at function Wicket.Form.doSerialize inside wicket-ajax.js. Try to debug it with your browser. I was trying to understand the wicket serialize method call. Does it serialize the entire form? Does it serialize fields that are NOT blank? I noticed that sometimes post body

Getting abstolute path to WEB-INF directory

2012-01-13 Thread Josh Kamau
Hi There ; How do i get the absolute path to the WEB-INF directory in wicket 1.5 ? regards. Josh

Re: Getting abstolute path to WEB-INF directory

2012-01-13 Thread Josh Kamau
Oh i got it. String path = WebApplication.get().getServletContext().getRealPath(/WEB-INF) ; regards. Josh. On Fri, Jan 13, 2012 at 9:51 PM, Josh Kamau joshnet2...@gmail.com wrote: Hi There ; How do i get the absolute path to the WEB-INF directory in wicket 1.5 ? regards. Josh