Re: [Wicket-user] CryptedUrlWebRequestCodingStrategy bug for open ajax model window in 2.0 snapshot

2007-04-13 Thread Eelco Hillenius
Oh, you want it for 2.0. Hold on. On 4/13/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > I just commited a fix for that. Can you test please? > > Eelco > > On 4/13/07, tooy li(Gmail) <[EMAIL PROTECTED]> wrote: > > Since nobody care about my complains for the > > CryptedUrlWebRequestCodingStrate

Re: [Wicket-user] CryptedUrlWebRequestCodingStrategy bug for open ajax model window in 2.0 snapshot

2007-04-13 Thread Eelco Hillenius
I just commited a fix for that. Can you test please? Eelco On 4/13/07, tooy li(Gmail) <[EMAIL PROTECTED]> wrote: > Since nobody care about my complains for the > CryptedUrlWebRequestCodingStrategy , i decide to do something for it. > > I notice the castexception is [Ljava.lang.String , so it me

[Wicket-user] CryptedUrlWebRequestCodingStrategy bug for open ajax model window in 2.0 snapshot

2007-04-13 Thread tooy li(Gmail)
Since nobody care about my complains for the CryptedUrlWebRequestCodingStrategy , i decide to do something for it. I notice the castexception is [Ljava.lang.String , so it means it's a String[] not a String type for the cast. I trace the method getParameter(final String key) of DecodedUrlReques