You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by "Raj .G. Narasimhan" <go...@gmail.com> on 2008/02/29 18:36:17 UTC

[tobago] - - DatePicker - Visibility issue (not getting focus)

Hi...all:

I am having this DatePicker - visibility problem...When I click the
datepicker, it doen't show the datepicker popup.  But, the datePicker can be
visible, when I submit using any of the buttons in the same panel.  I am
missing something...

I have a list of objects in SelectOneBox and as and when the list object is
clicked, this subject panel will display that list-object's properties,
including this date.    Here's the portion
of the code where the date component resides... I am using
1.0.15version...I have tried both <tc:date> and <tx:date>.
Interestingly,  this
problem is there, throughout my project..., though other pop-ups work
fine...!

*<tc:panel id="commentsDetail">
        <f:facet name="layout">
            <tc:gridLayout
                rows="fixed;fixed;fixed;fixed;fixed;fixed;fixed;fixed;fixed"
                columns="*" margin="2px" />
        </f:facet>

        <tc:box label="#{rsrcBundle.commentDateLabel}">
            <f:facet name="layout">
                <tc:gridLayout rows="fixed" columns="fixed;*" margin="2px"
/>
            </f:facet>

            <tx:date value="#{commentsPanelController.commentDate}"
tabIndex="1"
                required="false">
                <f:convertDateTime pattern="MM/dd/yyyy" />
                <tc:validateSubmittedValueLength maximum="10" />
            </tx:date>

            <tc:cell />
        </tc:box>*
.....

</tc:panel >

Appreciate your help!

--
Thanks,

Raj .G. Narasimhan