Hi,

I am using t:inputCalendar as popup in a simple jsf
page
The calender is inside a scrolling div.
But when i scroll the popup calender does not move
with the calendar textbox.
Also if I remove the doctype declaration it works
properly in ie but not in firefix
I am using
ie version 6.0 and firefox version 2.0 and tomahawk
1.1.5

Please help.

Thanx
Milind Dhar

The code is as below:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
<%@ taglib uri="http://java.sun.com/jsf/html";
prefix="h"%>
<%@ taglib uri="http://java.sun.com/jsf/core";
prefix="f"%>
<%@ taglib uri="http://myfaces.apache.org/tomahawk";
prefix="t"%>

<html xmlns="http://www.w3.org/1999/xhtml";>
<f:view>
<f:verbatim>
<head>

<title>
title here
</title>

</head>
<body >
</f:verbatim>
<h:form id="myForm">

<t:div
style="height:350px;overflow-x:hidden;overflow-y:auto;">
<h:outputText escape="false"
value="<br/><br/><br/><br/><br/><br/><br/><br/>" />
<h:outputText escape="false"
value="<br/><br/><br/><br/><br/><br/><br/><br/>" />
<t:inputCalendar id="accessible" renderAsPopup="true"
renderPopupButtonAsImage="true"
value="#{userBean.selectedUser.accessibleUntil}"
style="width:80px"/>
<h:outputText escape="false"
value="<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>"/>
<h:outputText escape="false"
value="<br/><br/><br/><br/><br/><br/><br/><br/>" />
<h:outputText escape="false"
value="<br/><br/><br/><br/><br/><br/><br/><br/>" />
</t:div>


</h:form>
<f:verbatim>
</body>
</f:verbatim>
</f:view>
</html> 


       
____________________________________________________________________________________
Yahoo! oneSearch: Finally, mobile search 
that gives answers, not web links. 
http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC

Reply via email to