public void onSelect(SelectEvent event) {
}
public void onUpdate(int course_id) {
model = new DefaultTagCloudModel();
Random random = new Random();
List<Coursetag> coursetag_list = coursetagjpa.findCoursetagEntities();
List<Tag> tags = new ArrayList<Tag>();