java - HTML5 offline support for JSR 286 portlets -
i want application developed using spring portlets work when not connected network. have used html5 offline (using appcache) feature , developed sample servlet , working fine.
the same not working in portlets.
is there limitation portlet-based applications? searched web not find information on this.
i found problem why not working portlets.
portal server adds "cache-control: no cache" in http header prevents caching though appcache available.
Comments
Post a Comment