generate a user specific hash, based on some data (time, userid, etc) store it with the user in your database and put the hash in a page parameter. urlFor(Page.class, PageParameters) will generate the appropriate url for your email.
Martijn On Fri, Dec 19, 2008 at 10:24 AM, Vitaly Tsaplin <[email protected]> wrote: > Hi there, > > The simplest example is a link for accessing a user profile. It's > unique and once clicked should cause opening a user profile. Or what > even more interesting is the links that are generated for performing > some specific actions like for a voting when the user by clicking on > the link can vote and he/she is authorized only for performing this > action. > Probably this subject was discussed already so just point me out if it is. > > Vitaly > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Become a Wicket expert, learn from the best: http://wicketinaction.com Apache Wicket 1.3.4 is released Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
