Which wicket version are you using. I remember we had a similiar issue
a couple of weeks ago, which should be fixed in HEAD.

Juergen

On 12/10/05, Johan Compagner <[EMAIL PROTECTED]> wrote:
> that is a bit strange. So even escaped " are still seen as " ?
> hmm
>
>
> On 12/10/05, Martijn Dashorst < [EMAIL PROTECTED]> wrote:
> > I think the %2B is equal to the ' character or the " character. This
> > terminates the string in the browser. It seems like this is a bug in
> > the encryptor. Can you create a bug for this please?
> >
> > Martijn
> >
> >
> > On 12/10/05, Iman RahmatiZadeh < [EMAIL PROTECTED]> wrote:
> > > 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"
> > >
> onChange="location.href='/?x=Nx6XTt8D2VsVSROGINiFX4wmRvLXOfMfltyuYfQgIqSOu5xfV4fDw3zGKAQtEkFtw0mmHz5cVdu%2B
> > > 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='/?x=Nx6XTt8D2VsVSROGINiFX4wmRvLXOfMfltyuYfQgIqSOu5xfV4fDw3zGKAQtEkFtw0mmHz5cVdu%2B
> > >
> > > Any suggestion what's wrong ?
> > >
> > > Iman
> > >
> >
> >
> > --
> > Living a wicket life...
> >
> > Martijn Dashorst - http://www.jroller.com/page/dashorst
> >
> > Wicket 1.1 is out:
> http://wicket.sourceforge.net/wicket-1.1
> >
> >
> > -------------------------------------------------------
> > This SF.net email is sponsored by: Splunk Inc. Do you grep through log
> files
> > for problems?  Stop!  Download the new AJAX search engine that makes
> > searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
> > http://ads.osdn.com/?ad_idv37&alloc_id865&opclick
> > _______________________________________________
> > Wicket-user mailing list
> > Wicket-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
>
>


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to