IntelliJ Java IDE
The moose likes JSF and the fly likes <f:ajax> tag not responding when adding trinidad jars Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "<f:ajax> tag not responding when adding trinidad jars" Watch "<f:ajax> tag not responding when adding trinidad jars" New topic
Author

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

chen young
Ranch Hand

Joined: Sep 09, 2005
Posts: 165
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
 
 
subject: <f:ajax> tag not responding when adding trinidad jars
 
Threads others viewed
config my-faces & tomahawk & Trinidad
stylesheet messed up in richfaces JSF page
Javascript error when upgrading to tomahawk 1.1.3
panelNavigation2 and tree2 not working inside tiles application
blank index.jsp on Tomcat 5.5.9
IntelliJ Java IDE