• yair konwitz 3
  • NEWBIE
  • 0 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
Hello,
I'm trying to view a Map of Lists containing Wrappers =  Map<String, List<Wraper>>
on an visualforce page

the Wraper contains those fields:
public string start_hour {get;set;}
        public string end_hour {get;set;}
        public Contact Instructor {get;set;}
        public string scheduledType {get;set;}
        public string details {get;set;}
        public Meeting__c meet {get;set;}
what i am trying to do here is make a daily schedule for all instractors avaliability
as shown in the pic
User-added image
many thanks!!
Yair
Hello,
I'm trying to view a Map of Lists containing Wrappers =  Map<String, List<Wraper>>
on an visualforce page

the Wraper contains those fields:
public string start_hour {get;set;}
        public string end_hour {get;set;}
        public Contact Instructor {get;set;}
        public string scheduledType {get;set;}
        public string details {get;set;}
        public Meeting__c meet {get;set;}
what i am trying to do here is make a daily schedule for all instractors avaliability
as shown in the pic
User-added image
many thanks!!
Yair