Hi.,
In reply to the original question of xsp-page
changes NOT getting reflected immediately:
1. Please refer to the xsp-internals on
xml.apache.org. Its clearly mentioned there that
**
Once instantiated, the program is kept in an in-memory
cache for speeding up subsequent requests.
For eac
Roman,
I had a similar problem with an XSL stylesheet which was retrieving XML
content through an extension function. It ran great the first time but
never changed until I restarted cocoon. I ended up creating a new
transformer which didn't implement org.apache.cocoon.caching.Cacheable and
now