Hi there,

I put a checking codes in the getScheduleModel() as follows:

private ScheduleModel scheduleModel;
int i = 0;
public ScheduleModel getScheduleModel() {
    System.out.println("i = " + i++);
    return scheduleModel;
}

<t:schedule value="#{scheduleHandler.scheduleModel}" 
        submitOnClick="true"
        mouseListener="#{scheduleHandler.scheduleClicked}"/>

When I load the schedule model, the "i" reaches about eight hundreds. It
spends a lot of loading time. I use tomahawk 1.1.5. Anybody can give some
help? Thanks a lot.
-- 
View this message in context: 
http://www.nabble.com/Why-does-t%3Aschedule-getScheduleModel%28%29-load-about-800-times--tp18832451p18832451.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to