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
> > 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 DecodedUrlRequest ,
> > and make some debug output.
> >
> > i find it will get a String[] include a only "0" value , so I change the
> > String cast code,
> >
> > if (parameterMap.get(key) != null
> > && parameterMap.get(key) instanceof String[]) {
> > return ((String[]) this.parameterMap.get(key))[0];
> >
> > } else {
> > return (String) this.parameterMap.get(key);
> > }
> >
> > now it can work for the ajax modal winodw.
> >
> > Is there anyone can explain it ?
>
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/wicket-user