You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Madhav Bhargava <Ma...@infosys.com> on 2006/11/09 12:08:19 UTC

tomahawk & do not work with

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





**************** CAUTION - Disclaimer *****************
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Further, you are not to copy, disclose, or distribute this e-mail or its contents to any other person and any such actions are unlawful. This e-mail may contain viruses. Infosys has taken every reasonable precaution to minimize this risk, but is not liable for any damage you may sustain as a result of any virus in this e-mail. You should carry out your own virus checks before opening the e-mail or attachment. Infosys reserves the right to monitor and review the content of all messages sent to or from this e-mail address. Messages sent to or from this e-mail address may be stored on the Infosys e-mail system.
***INFOSYS******** End of Disclaimer ********INFOSYS***