Hello,

I'm using JTSL c:import to load XML files into a view served by an AbstractController subclass. The controller changes and saves the XML and then redisplays the view.

I have set the following options:

cache=false in the ViewResolver
cacheSeconds=0 on the AbstractController concrete class.
I'm calling preventCaching(response); before serving the ModelAndView
All jstl scopes are set to page.

I'm beginning to clutch at straws I know, but the view is still serving up a cached XML file.

Any ideas would make me very happy!

Many Thanks
F.