• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

s:inputSuggestAjax, t:jscookMenu, t:inputDate

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic