More than one PM/PR file for applet?
Original question:
We have the following 2 requirements in Open UI 8.1.1.10
1) Change the border colour of the Account Entry Applet based on the value of field A.
2) Change the border of a field in the Account Entry Applet based on the value of field B.
We originally attempted to create 2 Physical Renderers and added both against the Applet in the manifest-extensions.map, which would allow us to split the logic into chunks and make it easy to reuse bits of logic in different applets. However it looks like only the 2nd renderer is used, so we can have only 1 renderer per applet.