carlos beltran
Thu, 22 Feb 2001 09:45:55 -0800
Hi All, I am trying to create a portlet that doesn't use the cache. I have read that this can be done by creating a portlet with the isCacheable() method returning false. I have done so extending the newRSSPorlet and creating a new portlet called NoCacheRSSPortlet. After, I declared it in the portlet registry ( jetspeed.conf) and I created I new instance that is downloading a jsp page, this way: <portlet-entry type="ref" parent="NoCacheRSS" name="NoCacheNews"> <url>http://giliberto.quepasa.it:18080/news/news/rssNews.jsp</url> <meta-info> <title>No Cache News</title> </meta-info> </portlet-entry> The JSP page is generating a page in RSS format. But it is not working!! Jetspeed is caching the jsp page and sending cache hits with this page. So the portlet is still using the cache and the channel is not renewed ! :(. Why is this happening? Has jetspeed a diferent behavior with JSP pages? Why is the portlet still using the cache?? Thanks. Carlos. -- -------------------------------------------------------------- To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Search: <http://www.mail-archive.com/jetspeed@list.working-dogs.com/> List Help?: [EMAIL PROTECTED]