Hello again folks, Does Jetspeed cache result sets fetched from a database query? I've modified the databasebrowser portlet so that each row is hyperlinked to another instance of that portlet. I pass an id in the query which is used to look up matching rows (master-slave relationship). When I start the server and click on the link, it works fine.
But when I get back to the first portlet and click on a diff row (in effect passing a diff id in the GET querystring), I still see the old results. When I click the refresh button, the portlet shows an empty table. I've noticed that a lot of caching is going on. Is there a way to turn it off? I tried changing all cacheOnURL type attritbutes under portlets.xreg off. That didnt work. Is this a problem with turbine? under turbineresources.properties file, it says services.VelocityService.file.resource.loader.cache = false Any help is appreciated. Kush
