-
Jun 26th, 2008, 03:20 PM
#1
Caching of local XML files with JSTL c:import
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.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules