-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
The rendering pipeline of the newsletter content use the InputDataGenerator, which gets a page from the request attributes. This results in a NullPointerException.
The rendering pipeline of the newsletter content use the InputDataGenerator, which gets a page from the request attributes. This results in a NullPointerException.
Removed the inclusion of InputDataGenerator in the pipeline. That means newsletter XSLs won't be able to use the sitemap inputdata: AmetysXSLTHelper must be used in replacement.