how to call a baseclass pega section like display error in view of constellation

Hi Team,

I want to refer the pega reusable section like display errors in view .

Can you please let me know the Json format or process to add the section to view. Or how the add expression like <%=StringUtils.crossScriptingFilter(tools.getPrimaryPage().getMessagesAll())%> to the view. or constellation alternate for this.

Also please share me any SR is already raised for this if there is one

Regards,

Suhas K

@SuhasK Constellation is using a view rule type and not the section rule - the line of code that you pasted is using jsp tags and server side generation which is not used by Constellation - there is no option to override the messages provided by the DX API

@RichardMarsot , But i figured there are ways like adding in the section which embed views like pyTransfer flow action etc.

conceptually i completely agree to what you said earlier