Category: JavaServer Faces

Avoid this common JSF mistake | Posted May 1, 2008
Don't access the database in a method that feeds a UIData component! (e.g. <h:dataTable>) I see this mistake being made all the time. It's bad...