Hi, i have a problem with t:inputCalendar component in facelets. I'm using:
tomahawk 1.1.8
facelets 1.1.14
WebSphere 6.0

When i click to icon of popup calendar, it opens but nothing is active:
click to date,
close popup window, go to year, next amonth....

Here is code:

        <ui:define name="content">

                <t:inputCalendar value=""
                renderAsPopup="true" renderPopupButtonAsImage="true"
                popupDateFormat="dd.MM.yyyy" size="10" alt="Date Calendar"
                title="Date Calendar" 
                org.apache.myfaces.STYLE_LOCATION="css/popup"
                org.apache.myfaces.IMAGE_LOCATION="css/popup" />
   
I thied various combination of tag attributes, but nothing helps. In web.xml
i have

                <param-name>org.apache.myfaces.ALLOW_JAVASCRIPT</param-name>
                <param-value>true</param-value>

and it didn't hepled.

-- 
View this message in context: 
http://www.nabble.com/t%3AinputCalendar-in-Facelets-problem-tp21744297p21744297.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to