|
Hi All, I have placed a inputCalendar inside a tabbed pane component
provided by Tomahawk. When the component is rendered the calendar is in total
disarray. I tried using <t:inputDate> but it gave the same problem. I have attached the screenshots of the popup when it is
placed inside a tabbed pane. Input calendar used (excerpt from newConsent.jsp): --------------------------- <t:inputCalendar readonly="true" id="txtCalendar1" required="false"
renderAsPopup="true"
popupButtonImageUrl="/images/icon/calendar-icon.jpg"
renderPopupButtonAsImage="true" popupDateFormat="dd-MMM-yyyy"
valueChangeListener ="">
<f:validator validatorId="dateFutureValidator" /> --> <!-- This validator has to be custom created -->
</t:inputCalendar> Tabbed pane: -------------------- <t:panelTabbedPane
serverSideTabSwitch="false"
styleClass="tabbedPane"
activeTabStyleClass="activeTab"
inactiveTabStyleClass="inactiveTab"
disabledTabStyleClass="disabledTab"
activeSubStyleClass="activeSub"
inactiveSubStyleClass="inactiveSub"
tabContentStyleClass="tabContent">
<t:panelTab id="tab1"
label="#{msg['tab_consent_active']}" style="color: ##B0D6ED">
<jsp:include page="/consent/activeConsent.jsp"/>
</t:panelTab>
<t:panelTab id="tab3" label="#{msg['tab_consent_new']}" style="color: ##B0D6ED">
<jsp:include page="/consent/newConsent.jsp"/>
</t:panelTab>
</t:panelTabbedPane> Is this is a known issue? Are there any alternatives? ~madhav
|

