Re: [vote] Release 1.4 with only generics and stop support for 1.3

2008-03-17 Thread Rajiv Jivan
+1 Wicket 1.4 is 1.3 + generics, drop support for 1.3 On Mon, Mar 17, 2008 at 7:08 AM, James Carman [EMAIL PROTECTED] wrote: +1 On 3/17/08, Jay Hogan [EMAIL PROTECTED] wrote: +1 - To unsubscribe, e-mail: [EMAIL

Explanation of Wicket session management

2008-03-11 Thread Rajiv Jivan
I am having a tough time understanding how sessions are created/managed specifically related to the calls public RequestCycle newRequestCycle(Request request, Response response) and public Session newSession(Request request, Response response) I am creating a new session by overriding the

Re: Explanation of Wicket session management

2008-03-11 Thread Rajiv Jivan
] wrote: Did you read the javadoc for Session#exists() ? http://wicket.sourceforge.net/apidocs/wicket/Session.html#exists() Checks if the Session threadlocal is set in this thread So not if the session was created or not. Martijn On 3/11/08, Rajiv Jivan [EMAIL PROTECTED] wrote: I am

Re: Problem when MIgrating from 1.2 to 1.3 - Parameters removed from HomePage URL

2008-03-10 Thread Rajiv Jivan
, Dave -Original Message- From: Rajiv Jivan [mailto:[EMAIL PROTECTED] Sent: 8 March 2008 00:28 To: users@wicket.apache.org Subject: Re: Problem when MIgrating from 1.2 to 1.3 - Parameters removed from HomePage URL Are we talking about the same thing? Your

Re: Problem when MIgrating from 1.2 to 1.3 - Parameters removed from HomePage URL

2008-03-07 Thread Rajiv Jivan
://issues.apache.org/jira/browse/WICKET-1385 Cheers, Dave -Original Message- From: Rajiv Jivan [mailto:[EMAIL PROTECTED] Sent: 7 March 2008 05:47 To: users@wicket.apache.org Subject: Problem when MIgrating from 1.2 to 1.3 - Parameters removed from HomePage URL We

Problem when MIgrating from 1.2 to 1.3 - Parameters removed from HomePage URL

2008-03-06 Thread Rajiv Jivan
We have a site developed using Wicket 1.2. One of the use cases we have is to pass in a parameter on the home page, and based on that we perform some actions. e.g http://localhost/helloworld?name=John This functionality seem to be broken in 1.3. When passing in parameters on the home page URL