Display pdf attachment in section
Hi Guys, We have a requirement where pdf should be display in one of the section. For this we created a control which have one step <% tools.sendFile(byteArray,fileName,false,null,false); %>. Next In a section which consists some layouts out of which In one layout we have added this control. Now during runtime the others layouts are not getting visible in ui,because of this control. Only pdf is showing, is this becuase of tools.sendfile or missed anything here. Thanks, Srinivas S