Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1.11-SNAPSHOT
-
None
-
Win XP, JDK 1.6.0.20, Tomcat 6.0.29, MyFaces 2.0.6 - Snapshots (built from trunk of 09-04-2011), Tomahawk20-1.1.11 Snapshot (built from trunk of 09-04-2011)
Description
I'm using a t:selectBooleanCheckbox with ajax functionality and the t:inputCalendar component. The calendar should be enabled if the checkbox is checked and vice versa. By default the checkbox is unchecked and the calendar disabled. The disabled calendar does not show the (disabled) button for the popup at all. If the checkbox is checked the calendar stays disabled.
See demo source code below:
<t:selectBooleanCheckbox id="aCheckbox" value="#
{mybean.aCheckbox}">
<f:ajax event="valueChange" render="aDate" />
</t:selectBooleanCheckbox>
<t:inputCalendar id="aDate"
monthYearRowClass="yearMonthHeader"
weekRowClass="weekHeader"
popupButtonStyleClass="standard_bold"
currentDayCellClass="currentDayCell"
value="#
"
renderAsPopup="true"
popupTodayString="today"
popupDateFormat="dd.MM.yyyy"
popupWeekString="week"
forceId="true"
disabled="#
" />
Maybe this ajax issue is related to this ticket: TOMAHAWK-1574