Hi all,
we are trying to add some custom attributes to the ESI map file which will be gathered and added by a custom ESIWTPartRenderer's adjustPartElement() function. If we initiate a publish on a part, then everything works as expected: our custom code is called, we read out the needed data and set it as the specific attribute's value.
The problem is, that if there is a link between a document and a part and I initiate the publish on the document (wan't the document, the related parts and the link in between to be published), then the part's custom renderer is not called... therefor the custom attribute won't get a value.
Any ideas how to force the custom renderer to be called even in case of an indirect publishing of the part (publishing the document that has a link to the part).
BR,
Tamás