Migrating .view Files to JSF 2.x Format
About this task
You can migrate individual .view files within a task application project into .xhtml files. This is convenient when you have added a JSF 1.x portlet to a JSF 2.x project and you want to migrate the portlet views individually. While it is permissible to mix both .view files and .xhtml files in a JSF 2.x application, you are advised to migrate the added .view files.
Important: Be sure to migrate the
entire task application project
before you
migrate any individual .view files, as described in
Migrating a JSF 1.x Task Application Project to JSF 2.x Format.
Migrating .view files in a non-migrated project will result in missing
libraries and runtime errors.
To migrate .view files to JSF 2.x format
Note: Migration of .view files cannot be
undone.