Hi !

 

I am using Jenia4Faces http://www.jenia.org/jsp/home.jsf;jsessionid=6E9178050A036EC207C849D3EFC905DC for displaying a popup calendar. However, while having a listbox (selectOneMenu) the listbox appears on the top of the calendar, how can I choose that the popup should be rendered over the listbox?

 

I also get the date from the calendar and want to convert the result into date however, each time I am getting a strange date janvier 1970 although I chose a date in 2006. Here is my code in the jsp page, what do I do wrong?

 

<tr>

      <td><h:outputText value="#{Fmsg.birthday}"/>:</td>

      <td>

        <h:inputText value="#{MyNewUserWizard.birthday}" id="birthday" required="true" >

        <f:convertDateTime pattern="dd/MM/yyyy"/>

        </h:inputText>

        <jp:popupCalendar for="" format="dd/MM/yyyy" />

      </td>

</tr>

 

Thanks in advance

Best,

Sophie

Reply via email to