can you make a bug report for this?

On 7/5/06, Adam Smyczek <[EMAIL PROTECTED]> wrote:
Hi All,

I am getting a StringIndexOutOfBoundsException when I change
selection in a DropDownChoise component that has
wantOnSelectionChangedNotifications set to true. It looks like it is
related to CryptedUrlWebRequestCodingStrategy and parsing of
components relative URL. When I use WebRequestCodingStrategy
everything works fine. Does someone else have the same problem or did
I miss something in the CryptedUrlWebRequestCodingStrategy
configuration?

Adam

java.lang.StringIndexOutOfBoundsException: String index out of range: -1
at java.lang.String.substring(String.java:1762)
at java.lang.String.substring(String.java:1735)
at wicket.markup.html.form.Form$FormDispatchRequest.getRelativeURL
(Form.java:1327)
at wicket.protocol.http.request.CryptedUrlWebRequestCodingStrategy
$DecodedUrlRequest.<init>(CryptedUrlWebRequestCodingStrategy.java:401)
at
wicket.protocol.http.request.CryptedUrlWebRequestCodingStrategy.decode
(CryptedUrlWebRequestCodingStrategy.java:97)
at wicket.markup.html.form.Form.dispatchEvent(Form.java:1182)
at wicket.markup.html.form.Form.onFormSubmitted(Form.java:296)



Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to