I see that you are using a binding attribute for your calendar component.
Which means that you must be creating the calendar components some where
in your managed beans..
So, when each calendar component is created, can you make sure that you
have assigned an unique id
to each one of them?
Also, i have faced the same kind of problem once when the data for more
than one calendar component on the page
was bound to the same managed bean. So, whenever i entered data for a
single calendar on the page, all my other
calendars were updated.
-Venky
janir wrote:
> Hello!
>
> No Javascript errors.
>
> I'm not quite sure how i should assign an ID to all calendar components; its
> bound to an array of objects of an unknown size. (I'm probably missing
> something here; please advice)
> Thanks!
>
>
>