JSF implicit navigation rule
An action can directly return a string or can call a managed bean method which returns a string. JSF implicit navigation when action directly returns a string. Example explanation: When “Say Hello” button is clicked it returns the “welcome” string. JSF framework embed the .xhtml at the end of the return string and display the … Read more