You can use the refactoring function of the workbench to
rename source files and correct references to those files.
With refactoring, you can rename EGL source files or JSP files
that are controlled by a JSF Handler.
You might still need to check for other changes caused by refactoring.
For example, EGL does not change labels used with the
forward statement.
Suppose that you have a line of code that passes control to a JSF
Handler like this:
forward to "myWebPage";
In
this case, if you renamed
myWebPage, EGL does not
change this
forward statement to reflect
the new label for the page. You must search for changes and update
the files manually.