Hi Try styleLocation and imageLocation instead org.apache.myfaces.STYLE_LOCATION and org.apache.myfaces.IMAGE_LOCATION. There was some changes on version 1.1.7 (generation of tag classes using myfaces builder plugin) that changes all tag hierarchy, so this code should change too.
For more information about this take a look at: https://issues.apache.org/jira/browse/TOMAHAWK-1341 regards Leonardo Uribe On Fri, Jan 30, 2009 at 5:03 AM, PeterDv <dvorakpe...@seznam.cz> wrote: > > 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. > >