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
* 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
> 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
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