I am working on a customization to a Audit report that is exported from ARCM (ARIS Risk and Compliance Manager). There's a customization xml file which allow's me to customize the report forms and tables, however it doesn't allow me to insert images.

I have been told that I need to follow this steps:

1-> place my image bazinga.png inside <JSP dir>/design/default/images. 2-> create a custom renderer extending BaseViewArisReportRenderer and overwrite getRenderedIconPath(…). Since I only want to return this image i should always return the relative path “default/bazinga.png”. 3-> add the renderer mapping inside “uiClassMappings.xml”. 4-> use this renderer inside my report definition for a < arisreporttablecell> or <arisreportoutput> (by specifying attribute “rendererID”)

I am having some problems in creating the custom renderer (step 2) as well as knowing where is the "rendererID" going to be specified. Can anyone help me a bit please.

Thank you

 or register to reply.

Notify Moderator