> 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 available
outside of pages - you need to make it a shared resource.

> Of course I don't want to add the mail address as url parameter.
> Therefore I have to store the address as session parameter.
> What is the Wicket way to store such informations within the session?
> Should I simply store the mail within a map in the session (and use the
> key as parameter)?

Just pass it as a parameter to the component or resource.

Eelco

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to