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  store the  address as  session
parameter.


You can still  use PageParameters, but maybe it would  be safer to
use CryptedUrlWebRequestCodingStrategy so  that email addresses do
not appear in clear.

Something like: /app/imageFactory?email=XD45K86


--
Johannes Schneider
Im Lindenwasen 15
72810 Gomaringen

Fon +49 7072 9229972
Fax +49 7072 50
Mobil +49 178 1364488

[EMAIL PROTECTED]
http://www.johannes-schneider.info


smime.p7s
Description: S/MIME Cryptographic Signature
-
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


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


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 addresses do
not appear in clear.

Something like: /app/imageFactory?email=XD45K86
-- 
 Jean-Baptiste Quenot
aka  John Banana   Qwerty
http://caraldi.com/jbq/

-
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