t:div and t::inputCalendar confilict 
-------------------------------------

                 Key: TOMAHAWK-908
                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-908
             Project: MyFaces Tomahawk
          Issue Type: Bug
          Components: Calendar
         Environment: Tomahawk1.1.5 and Tomahawk-sandbox1.1.5 Windows XP tomcat 
5.5.15
            Reporter: Cathy Gates
             Fix For: 1.1.5-SNAPSHOT


When I include a calendar within a fieldset using tomahawk 1.5 calendar and and 
tomahawk sandbox fieldset the calendar pop-up window always display at the 
bottom right corner of the screen. When I replace the fieldset with a panelGrid 
everything works fine and the calendar popup window appears near the calendar 
textbox.

Below is part of the jsp I'm using.

Any help is appreciated! 

<t:div style="width:95%">
<s:fieldset legend="#{reportMsg.reportFormatLegendLabel}" style="padding:20px 
20px;text-align: center;">

<h:outputText value="#{reportMsg.startDateLabel}"/>
<t:inputCalendar id="startDate" popupDateFormat="MM/dd/yyyy" 
currentDayCellClass="currentDayCell" value="#{companyReport.startDate}" 
renderAsPopup="true" popupTodayString="#{commonMsg.popupTodayString}" 
popupWeekString="#{commonMsg.popupWeekString}" renderPopupButtonAsImage="true" 
helpText="MM/DD/YYYY"/>

</s:fieldset>

</t:div> 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to