Re: change mouse pointer

2012-11-10 Thread Sven Meier
You could use a veil with a cursor styled CSS: http://wicketinaction.com/2008/12/preventing-double-ajax-requests-in-3-lines-of-code/ Sven On 11/10/2012 08:35 AM, david.li wrote: I want to change the mouse pointer in the process of handling events,but i don't know how to do for that。 Can

HttpsMapper: doent work with proxy-ssl termination

2012-11-10 Thread Martin Sachs
Hi *, i noticed some errors while using the httpsmapper with ssl-termination on a proxy(nginx, bigip-F5). Wicket redirects the following sequence: http://domain.com/test results in https://domain.com/test this url was also redirected with end ?0 but not https. Redirect to

Wicket 1.5 migration: AbstractCrypt#decryptByteArray(..) throws IllegalBlockSizeException

2012-11-10 Thread Alec Swan
Hello, After we migrated from 1.4.x to 1.5.x my CachingSunJceCryptFactory.newCrypt().decryptUrlSafe(encodedStr) started returning null. In 1.4.x the same encodedStr parameter was decrypted without problems. We did not change the Java version and are still on 1.6.20. I debugged into