May 2018
Intermediate to advanced
471 pages
10h 25m
English
JSF 2.3 introduced the ability to import constants for use within the Expression Language (EL).
JSF supports internal as well as external navigation. Internal navigation is defined in the source code, whereas external navigation is described by an external XML file.
Let’s take a look at a simple internal navigation first in Listing 36-1.
Direct Navigation by String
In line 3 we define ...