Re: [Wicket-user] Creating Image on the fly

2007-06-07 Thread Johannes Schneider
Thanks for your replys. I think this will help me. I have also found the Captcha Image - maybe I can follow the same style. Johannes Schneider Jean-Baptiste Quenot wrote: * Johannes Schneider: Of course I don't want to add the mail address as url parameter. Therefore I have to

Re: [Wicket-user] Creating Image on the fly

2007-05-31 Thread Jean-Baptiste Quenot
* Johannes Schneider: > Of course I don't want to add the mail address as url > parameter. Therefore I have to store the address as session > parameter. You can still use PageParameters, but maybe it would be safer to use CryptedUrlWebRequestCodingStrategy so that email address

Re: [Wicket-user] Creating Image on the fly

2007-05-31 Thread Eelco Hillenius
> I would like to create an image on the fly (I try to avoid posting mail > addresses as text). See for instance the images exaple in wicket-examples. > Can I use Wicket to register a > Page/Component/Servlet under a special URL? Either as an image component or - if you want an image to be avail

[Wicket-user] Creating Image on the fly

2007-05-31 Thread Johannes Schneider
Hi, I would like to create an image on the fly (I try to avoid posting mail addresses as text). Can I use Wicket to register a Page/Component/Servlet under a special URL? Of course I don't want to add the mail address as url parameter. Therefore I have to store the address as session paramet