JSF Datatable output problem
Had a hard time figuring out how to output a column data in a datatable from a List declared in the model(POJO). I thought it would be like "myAppForm.myModel.myList.myProperty" since the table has a value of "myAppForm.myModel.myList". Then there is the variable (var) "myAppVar", which you could use to access the properties in the List e.g. "myAppVar.myProperty".
