Hi,
I'm trying to use Schedule component.
I need to load some values from database in order to fill the schedule.
On my backing bean I have 1 private atributte called model (with get/set
methods).
When the page is called, for some reason the getModel method is called a lot
of times... More than 100 times.
Is this a normal behavior?

Cause I wanted to load data from getModel method like:

public SimpleScheduleModel getModel() {
    if (model.isEmpty())
        loadData();
    return model;
}

I don't really know if I'm doing something wrong...

Baking bean scope: request

Regards,


-- 
Daniel S. Teixeira
[EMAIL PROTECTED]

Reply via email to