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

2004-08-19 Thread Michael Finger
I second the below - when you pull the user info from the database check the timestamp and in it's greater then 24hrs, delete it and kick the user out... then you can just cleanup the database daily, weekly, etc at off peak times... this way nothing is dependent on a job running... Mike -Orig

RE: html:img tag and modules

2004-08-18 Thread Michael Finger
If you scroll down you'll see: To unsubscribe, e-mail: [EMAIL PROTECTED] Sending emails to the list won't get you off it. -Original Message- From: Jones, Demian [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 11:13 AM To: 'Struts Users Mailing List' Subject: RE: html:img tag a

RE: Overwritting RequestProcessor, how to???

2004-08-16 Thread Michael Finger
Or you look at this as a opportunity to take aspectj for a spin :) Mike -Original Message- From: Frank Zammetti [mailto:[EMAIL PROTECTED] Sent: Monday, August 16, 2004 2:17 PM To: [EMAIL PROTECTED] Subject: RE: Overwritting RequestProcessor, how to??? Frankly, that's a pretty trivial ch

RE: include vs. forward attributes in struts-config action element

2004-08-13 Thread Michael Finger
, Michael Finger <[EMAIL PROTECTED]> wrote: > > > -Original Message- > From: Craig McClanahan [mailto:[EMAIL PROTECTED] > Sent: Friday, August 13, 2004 2:04 PM > To: Struts Users Mailing List > Subject: Re: include vs. forward attributes in struts-config action &g

RE: include vs. forward attributes in struts-config action element

2004-08-13 Thread Michael Finger
-Original Message- From: Craig McClanahan [mailto:[EMAIL PROTECTED] Sent: Friday, August 13, 2004 2:04 PM To: Struts Users Mailing List Subject: Re: include vs. forward attributes in struts-config action element >They are stil supported. > >The original motivation was to allow you some

RE: include vs. forward attributes in struts-config action element

2004-08-13 Thread Michael Finger
>> This question came up when I was digging up info on RequestDispatcher >> forward vs. include and found refrences to these attributes, >> but no real >> examples. Does struts still support the forward and include >> attributes ?> as a legacy or a servlet api spec thing? Or what? >I'm confus

include vs. forward attributes in struts-config action element

2004-08-13 Thread Michael Finger
fo on RequestDispatcher forward vs. include and found refrences to these attributes, but no real examples. Does struts still support the forward and include attributes as a legacy or a servlet api spec thing? Or what? Thanks Michael Finger