Have a look at my CacheControlFilter in Java Web Parts (http://javawebparts.sourceforget.net). It should allow you to do exactly this, at the path level.
-- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com On Wed, July 27, 2005 4:36 pm, Dave Newton said: > Howdy, > > As part of a struts-workflow-like requirement, I need to mark specific > actions (forwards or tiles, perhaps?) as non-cacheable. > > All my tiles subclass a single base layout tile, so I could conceivably > put no-cache junk in there based on a tile property, although I kinda > hate to put that stuff in a JSP--I'd rather handle it elsewhere, but I'm > not sure where the best place to do this would be. > > Is there a canonical way to do this? > > Thanks, > Dave > > > > --------------------------------------------------------------------- > 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]