Reload PCF pages after changes

Load PCF changes immediately to have the application use them without having to restart the server.

Before you begin

To be able to reload PCF pages, the following must be true:
  • Studio is running with the DCEVM installed.
  • The application server is running by debugging it within Studio.
Note: If you run the server using gwb runServer from the command prompt, then you cannot reload PCF changes. In that case, you must rebuild or redeploy the application, and then restart the server.

Procedure

  1. Make your desired PCF changes.
  2. In Studio, on the Build menu, click Build Project.
  3. In the browser window in which the application interface appears, press Alt+Shift+L.

Results

The application page redraws with the changes included.

What to do next

See also