Changing the Message Properties Default Display

Edit the ViewProperties.template.jsp file to change the default display of the Message Properties. This file provides an example of how to create a customized message properties viewer. To activate the file, you need to copy and rename the file.

To change the Message Properties default display:

  1. Locate the ViewProperties.template.jsp file in the following directory:

    <installation directory>/Orch-5_1/EAServer/Repository/WebApplication/RTConsole

  2. Rename the file to the following:

    ViewProperties.jsp

  3. Make the JSP file the default display. Use the following example to add a hidden input custom field.

    <%

          *

          * properties.getContent() to get message content. Use substring to parse.
          * properties.getXML() to get XML message content. 
          * properties.getOptions() to get options. 
          */ NtrkMsgProperties properties = Properties.Properties(request. session);
    %>
    <INPUT TYPE="HIDDEN" NAME="CUSTOM" VALUE="DEFAULT"\> 
    <!--Makes JSP the default viewer>

Send your feedback on this help topic to Sybase Tech Pubs: pubs@sybase.com