Re: 1.5 Wicket Enclosure

2012-04-06 Thread Douglas Ferguson
Is this expected behavior? Is there a workaround? On Apr 5, 2012, at 6:58 PM, Douglas Ferguson wrote: > I just found a different between 1.4 and 1.5 with regards to wicket enclosure. > > If you have a component in a wicket enclosure (say a feedback panel) and you > set it visible false. > Then

How to embedded CheckBox in the DropDownChoice Options

2012-04-06 Thread lxw_first
I want to embedded CheckBox in the DropDownChoice Options so that I can select multi options in the page. But i don't know how to readlize it? Anyone can help me? Thanls a lot. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-embedded-CheckBox-in-the-DropDownCho

Re: Page Expired with Google Analytics Tracking Code

2012-04-06 Thread Bas Gooren
Hi Andre, No, we have been using the tracking code for years with wicket (1.3, 1.4 and 1.5) with 0 issues. I'm certain your Page expired error is caused by something else. From your description it sounds like your "search results" page is stateful, but no longer available when you perform a

Re: Page Expired with Google Analytics Tracking Code

2012-04-06 Thread Andre Schütz
Hello, did nobody have the same problem with the new Google Analytics code? I added the code directly into the .html file of my WebPage class. Andre On Thu, 5 Apr 2012 14:54:50 +0200 Andre Schütz wrote: > Hello, > > we added the actual Google Analytics Tracking Code into our > Wicket applica

reloading of HTML and classes

2012-04-06 Thread Tom Eugelink
I've been fighting this for the past two days, but I'm not succeeding. I'm using Wicket 1.5.5 on GlassFish 3.1.2 and that runs without a problem. I have configured org.apache.wicket.protocol.http.ReloadingWicketFilter to reload the classes, but that is not working. The only way to reload the

Re: How to embedded CheckBox in the DropDownChoice Options

2012-04-06 Thread ajit.khule33
hi please ask in brief what u actually want to do. otherwise mail your question on ajit.khul...@gmail.com -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-embedded-CheckBox-in-the-DropDownChoice-Options-tp4536496p4537042.html Sent f

Re: Session existence not working

2012-04-06 Thread kshitiz
I am able to solve my problem by checking whether session object is pointing to null or not but i am not able to understand why session.exists() is not able to verify session existence if I am using session.invalidate() during logout??. -- View this message in context: http://apache-wicket.184294

I want to use flex code which having .swf,.mxml file in my wicket java code

2012-04-06 Thread ajit.khule33
i have .swf and .mxml file of flex . i embeded .swf file in a html code . .swf file is a file which is depend on values in .mxml file. i want to change values which are coming from database & along with i want changes are reflected in .swf file What steps i will do so that my

Session existence not working

2012-04-06 Thread kshitiz
Hi, In my login page, i am trying to check whether user's session is already set or not by using... *if(Session.exists())* { System.out.println("session exists"); new RestartResponseException(Home.class); }

Re: Wicket in a containerless environment

2012-04-06 Thread vineet semwal
On Fri, Apr 6, 2012 at 12:30 PM, Arjun Dhar wrote: > Hi, > I've been experimenting with "Play" and Scala. Very agile and theoretically > fast with Netty. > Read some benchmarks that did not show Wicket too well, however from a > development/templating perspective I still cannot rationalize a bette

Wicket in a containerless environment

2012-04-06 Thread Arjun Dhar
Hi, I've been experimenting with "Play" and Scala. Very agile and theoretically fast with Netty. Read some benchmarks that did not show Wicket too well, however from a development/templating perspective I still cannot rationalize a better framework than wicket. Wickets Session and Request classes