Re: Confirmation link generation

2006-09-19 Thread Martin Strand
URLs don't need to change just because you upgrade Tapestry, you can make URLs 
look just like you want.
Check the last section of this document for instructions on how to implement a 
custom encoder:
http://tapestry.apache.org/tapestry4.1/UsersGuide/friendly-urls.html

On Tue, 19 Sep 2006 10:46:00 +0200, Borut Bolčina <[EMAIL PROTECTED]> wrote:

> Hello,
>
> I searched on the list, but found no satisfactory answer. Here is the
> situation:
>
>1. User inputs some form data, including email address to which a
>confirmation link will be sent.
>2. User inputs characters from generated anti-ocr image to fight
>automated posts.
>3. An email is sent to previously entered email address with a
>confirmation link.
>4. User presses this link to "activate" his/her data.
>
> My question is, what would be the best way to construct this confirmation
> link to be agnostic (as much as possible) on Tapestry releases? I am using
> T4 for this project.
>
> Thanks,
> Borut
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Confirmation link generation

2006-09-19 Thread Borut Bolčina

Hello,

I searched on the list, but found no satisfactory answer. Here is the
situation:

  1. User inputs some form data, including email address to which a
  confirmation link will be sent.
  2. User inputs characters from generated anti-ocr image to fight
  automated posts.
  3. An email is sent to previously entered email address with a
  confirmation link.
  4. User presses this link to "activate" his/her data.

My question is, what would be the best way to construct this confirmation
link to be agnostic (as much as possible) on Tapestry releases? I am using
T4 for this project.

Thanks,
Borut