Hi

I have WebApplication developed using Spring MVC and view Devloped using Tiles.

I am planning to cache some pages using Dynacache. But I am unable to cache any URL . I am getting bunches of java.io.NotSerializableException for various Spring object which includes org.springframework.web.servlet.HandlerExecutionCh ain
org.springframework.web.context.support.XmlWebAppl icationContext

Any example of cachespec.xml to make dynacache work with SpringMVC + tiles would be really great ..

Thanks in advance.

Regards
Shiva