[opencms-dev] isCacheable(...)

Simon Knightley simon_knightley at yahoo.co.uk
Mon Feb 25 17:56:51 CET 2002


Julien,

have you tried overriding the CmsCacheDirectives as
well?

  public CmsCacheDirectives
getCacheDirectives(CmsObject cms, String templateFile,
String elementName, Hashtable parameters, String
templateSelector) {
   return new CmsCacheDirectives(false);
  }

Simon

 --- Julien Soyer <JSoyer at paris.agency.com> wrote: >
Hi,
>  
>  
> I am experiencing problems using forms. It seems
> that the method isCacheable
> (overridden in my class) is never called.
> The consequence is that my getContent() method is
> only called once,
> preventing my form to be processed.
>  
> Does anyone has a workaround?
>  
> Note: my form is working when I post it on an new
> page, processed by the
> same Java class.
>  
> Julien
>  
>  

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com



More information about the opencms-dev mailing list