I have a datatable with a bunch of h:inputText objects in it. This datatable is generated through a request scope backing bean's constructor. Basically, every time the constructor gets invoked, the datatable is constructed through code. I also have a commandButton declared in the JSF page, with an action that points to a method in the same backing bean. When I ...