<controller> is in the struts-config.xml file.  See the dtd for details.

David



From: ajTreece <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
To: Struts Users Mailing List <[EMAIL PROTECTED]>
Subject: Re: Cache
Date: Thu, 13 Feb 2003 10:55:18 -0600

Juan....

Could you be a little more specific... I'm not familiar with <controller ...>. Where does it actually go and what would my processor subclass be?

Thanks...



Alvarado, Juan (c) wrote:

We have used the following as a means of expiring pages. This way when the
user hits the back button they will get a page has expired message.

<controller locale="true" nocache="true"
processorClass="your.processor.subclass">

-----Original Message-----
From: Gus Delgado [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 13, 2003 10:54 AM
To: Struts Users Mailing List
Subject: Cache


Is there any way to clean the cache from an Action. I have a LogoutAction that gets all of the Attributes in the session by name and removes all of them + it invalidates the session, but I also want to clear the cache so that when the user hits the back button nothing will be there.

Is there any way to do this?

-thanks
Gus


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

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






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

_________________________________________________________________
Add photos to your e-mail with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail


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

Reply via email to