Maybe I'm missing something, but while working with a DropDownChoice and overriding wantOnSelectionChangedNotifcations() to return true, if I set my application to use crypted urls,
the onclick script created for the <select> tag will break. This is the html generated :

<select wicket:id="fields" >SRsmbWLmnH4WMKlwpin8&fields=' + this.options[this.selectedIndex ].value;" id="fields">


and this is what firefox's DOM inspector said :

Error: unterminated string literal
Source File: http://localhost:8080/?x=Bp3vVA8Rd7A%3D
Line: 1, Column: 14
Source Code:
location.href=''s wrong ?

Iman

Reply via email to