Hello everyone, I am building an application that is a montly calendar view of project titles from a database. It's going into a portal, so javascript needs to be nonexistent. Anyway, I'm using JSF with backing beans, and I'm creating 32 objects (for 31 days and one null day) that will contain: an integer date and project titles that correspond to ...