Hi, i developed a web application using myfaces: myfaces-api-1.2.7-SNAPSHOT.jar myfaces-impl-1.2.7-SNAPSHOT.jar tomahawk-1.1.9-SNAPSHOT.jar tomahawk-sandbox-1.1.9-SNAPSHOT.jar and common libs. I use Tomcat v6.0.
The problem is that allthough works fine to my environment, starting application through eclipse or directly from Tomcat, (by works fine i mean all components are working as it must, even ajax components such as s:inputSuggestAjax, t:jscookMenu, t:inputDate), when i use the production environment i do not get the components i named above shown. In other words, i do not get the 't:jscookMenu', the 's:inputSuggestAjax' and the Calendar object when i use the attribute ' popupCalendar="true" ' from 't:inputDate'. Using IE i get following javascript error: 'dojo' is undefined... I think it has to do with ExtensionFilter or maybe something else. Please help... Thank you in advance -- View this message in context: http://www.nabble.com/s%3AinputSuggestAjax%2C-t%3AjscookMenu%2C-t%3AinputDate-tp22821473p22821473.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

