RE: Help on Action implementing thread for checking user registration thru email?

2004-08-19 Thread Jim Barrows
-Original Message- From: struts Dude [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 9:14 PM To: Struts Users Mailing List Subject: Help on Action implementing thread for checking user registration thru email? Hi, I am going to write an app that allow user to

RE: Help on Action implementing thread for checking user registration thru email?

2004-08-19 Thread Dhaliwal, Pritpal (HQP)
: RE: Help on Action implementing thread for checking user registration thru email? -Original Message- From: struts Dude [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 9:14 PM To: Struts Users Mailing List Subject: Help on Action implementing thread for checking user

Re: Help on Action implementing thread for checking user registration thru email?

2004-08-19 Thread Erik Weber
Barrows [mailto:[EMAIL PROTECTED] Sent: Thursday, August 19, 2004 9:16 AM To: Struts Users Mailing List Subject: RE: Help on Action implementing thread for checking user registration thru email? -Original Message- From: struts Dude [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18

RE: Help on Action implementing thread for checking user registration thru email?

2004-08-19 Thread Daniel Perry
I previously posted a message on how i did this as a struts plugin, so i've reposted below. To do what you require, instead of scheduling a job for each entry after 24hrs, i would include a timestamp in the database, then say every hour, check for expired entries and delete them.

RE: Help on Action implementing thread for checking user registration thru email?

2004-08-19 Thread Paul-J Woodward
: Help on Action implementing thread for checking user registration thru email? I previously posted a message on how i did this as a struts plugin, so i've reposted below. To do what you require, instead of scheduling a job for each entry after 24hrs, i would include a timestamp in the database

RE: Help on Action implementing thread for checking user registration thru email?

2004-08-19 Thread Michael Finger
-Original Message- From: Daniel Perry [mailto:[EMAIL PROTECTED] Sent: Thursday, August 19, 2004 10:15 AM To: Struts Users Mailing List Subject: RE: Help on Action implementing thread for checking user registration thru email? To do what you require, instead of scheduling a job for each entry after

RE: Help on Action implementing thread for checking user registration thru email?

2004-08-19 Thread Dhaliwal, Pritpal (HQP)
Finger [mailto:[EMAIL PROTECTED] Sent: Thursday, August 19, 2004 10:29 AM To: Struts Users Mailing List Subject: RE: Help on Action implementing thread for checking user registration thru email? I second the below - when you pull the user info from the database check the timestamp and in it's

Re: Help on Action implementing thread for checking user registration thru email?

2004-08-19 Thread struts Dude
Message - From: Daniel Perry [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, August 20, 2004 5:15 AM Subject: RE: Help on Action implementing thread for checking user registration thru email? I previously posted a message on how i did this as a struts plugin

Re: Help on Action implementing thread for checking user registration thru email?

2004-08-18 Thread Pavlikus
Hello struts, Thursday, August 19, 2004, 7:13:33 AM, you wrote: sD Hi, sD I am going to write an app that allow user to register in a JSP page, sD press submit, then user redirected to a new page telling user sD to check email, click on a link on email, redirected to a page, sD then commit