Feature Pack 5

Enabling interim fix JR45700

Interim fix JR45700 provides a configuration option to show the "Save" button or "Save and Close" button in the properties view in Management Center. To add the configuration, complete the following procedure.

Before you begin

Install the cumulative interim fix for Feature Pack 5, JR53048.fep.

Procedure

  1. Open WebSphere Commerce Developer.
  2. Open the LOBTools/WebContent/WEB-INF/src/lzx/commerce/shell/ConfigProperties.lzx file.
  3. Add the following code as the last element of the wcfConfigProperties class:
    <!---
    A flag that determines whether properties views should display the "Save and Close" button
    or the "Save" button. Set this value to "true" to indicate that the properties 
    views should display the "Save and Close" button.
    -->
    <attribute name="showSaveAndCloseOnProperties" type="boolean" value="true" />
  4. Right-click LOBTools project; then click Build OpenLaszlo Project to produce an updated ManagementCenter.swf file in LOBTools/WebContent.
  5. Test your changes by viewing them in the Management Center, using this URL: https://hostname:8000/lobtools
  6. Deploy your changes to your runtime environment.