Philippe Van Der Gucht wrote:
I tracked down the offending line of cade in the generated java code from the jsp:
---8<--- // since we have made modifications concerning this page, let's flush // the content cache for all the users and browsers as well as all // pages that display this containerList...
ServicesRegistry.getInstance().getCacheServerService().removeEntry(Integer.toString(jPar
ams.getPageID())); ---8<---
Ok, never mind, I commented out the above line and it works fine.
Philippe.
