• 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

<f:ajax> tag not responding when adding trinidad jars

 
Ranch Hand
Posts: 197
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I am using my-faces 2.1.5 on the current project.
Apparently I notice that after adding Trinidad 2.0.0 to the project the <f:ajax> tag stop to respond.
For example this peace of code was ok before adding the Trinidad jars:


web.xml:

I understand that Trinidad is ajax supported but I also want to save the option to work with <f:ajax> tag.
I am not sure if it’s something in the web.xml that I am missing or maybe there is a problem when using ajax ?

Thanks
reply
    Bookmark Topic Watch Topic
  • New Topic