[Wicket-user] Wicket 1.2.6 Yielding ClassCastException

2007-05-02 Thread Andrew Berman
Hello, I upgraded to 1.2.6 and am getting a ClassCastException on line 161 of WebRequestCodingStrategy. When it calls request.getParameter(BEHAVIOR_ID_PARAMETER_NAME) it is expecting a String, but it is returning a String array so I get a classcastexception. As a result, I cannot use 1.2.6

Re: [Wicket-user] Wicket 1.2.6 Yielding ClassCastException

2007-05-02 Thread Andrew Berman
I am using CryptedUrlWebRequestCodingStrategy by the way On 5/2/07, Andrew Berman [EMAIL PROTECTED] wrote: Hello, I upgraded to 1.2.6 and am getting a ClassCastException on line 161 of WebRequestCodingStrategy. When it calls request.getParameter(BEHAVIOR_ID_PARAMETER_NAME) it is

Re: [Wicket-user] Wicket 1.2.6 Yielding ClassCastException

2007-05-02 Thread Andrew Berman
https://issues.apache.org/jira/browse/WICKET-524 On 5/2/07, Andrew Berman [EMAIL PROTECTED] wrote: I am using CryptedUrlWebRequestCodingStrategy by the way On 5/2/07, Andrew Berman [EMAIL PROTECTED] wrote: Hello, I upgraded to 1.2.6 and am getting a ClassCastException on line 161 of