Thanks for answering. So
you mean that it will be not possible without lot of codes… And what’s about my
conversion, why the date I obtain is not correct? Sophie De : Lewie Gass
[mailto:[EMAIL PROTECTED] Sophie, As far as the select/list
box is concerned, unless something has changed recently in browsers, the zOrder
by default is to be on top of everything else.
The last time I looked, it was impossible to change the z-Order, even with CSS
styles or _javascript_… The only way we got around it was
creating our own code to hide the select box when someone was not selecting an
item from it, and in the mean time displaying a
<div> with the current value of the select box in its place…. but
that requires a lot of _javascript_ and onmouseover and onmouseout
stuff… Ponder From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 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
|
- RE: popup calendar Jenia sjarlier
- RE: popup calendar Jenia Lewie Gass