Sample JavaServer Face Page Files 2 – Develop Java Web Applications to Access Databases
An interesting thing in step E in this piece of sample code is that an embedded backing bean property, userName, has been bound to the value attribute of the inputText tag. Recall that we used either the getAttribute() method of a JSP implicit object session (session.getAt-tribute()) or the getProperty() method of a Java bean to … Read moreSample JavaServer Face Page Files 2 – Develop Java Web Applications to Access Databases