Hi,
For some reason, my emails take a long time to reach the users_at_woodstock
group. ( 3-4 hours)
anyways my earlier email which you havent yet recvd. mentioned :
"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:
> Should i do something in Java code her; or should the JSP take care of this ?
> TableColumn JSP code:
> "
> <webuijsf:calendar binding="#{DataEntry.calendar2}" id="calendar2"
> selectedDate="#{currentRow.value['finishDate']}"/>
> "
> I have used other components in same table (like TextField) without
> problems.
> Thanks
>