how is this related to modal window ?!

On 4/3/07, tooy li(Gmail) <[EMAIL PROTECTED]> wrote:
> hi,
> when i try the crypted url in the current snap shot , get the below error.
>
> 180953 [btpool0-4] ERROR wicket.RequestCycle - [Ljava.lang.String;
> java.lang.ClassCastException: [Ljava.lang.String;
>  at 
> wicket.protocol.http.request.CryptedUrlWebRequestCodingStrategy$DecodedUrlRequest.getParameter(CryptedUrlWebRequestCodingStrategy.java:458)
>  at 
> wicket.protocol.http.request.AbstractWebRequestCodingStrategy.decode(AbstractWebRequestCodingStrategy.java:102)
>  at 
> wicket.protocol.http.request.CryptedUrlWebRequestCodingStrategy.decode(CryptedUrlWebRequestCodingStrategy.java:107)
>  at wicket.Request.getRequestParameters(Request.java:144)
>  at wicket.RequestCycle.step(RequestCycle.java:1003)
>  at wicket.RequestCycle.steps(RequestCycle.java:1096)
>  at wicket.RequestCycle.request(RequestCycle.java:470)
>  at wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:244)
>  at wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:122)
>
> I set the crypted url in application like this
> // protected IRequestCycleProcessor newRequestCycleProcessor() {
> //  return new WebRequestCycleProcessor() {
> //   protected IRequestCodingStrategy newRequestCodingStrategy() {
> //    return new CryptedUrlWebRequestCodingStrategy(
> //      new WebRequestCodingStrategy());
> //   }
> //  };
> // }
>
> is it i don't set eh crypted url right?
> -------------------------------------------------------------------------
> 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
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>

-------------------------------------------------------------------------
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
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to