I am currently writing my first JSF 2 page and I would like to implement the following: When the user writes something in a h:inputText element and presses the enter button another h:inputText should get updated with some data out of a database.I am currently writing my first JSF 2 page and