Hi everyone, I'm using jquery for displaying fancybox <http://fancybox.net> dialog on my pages. It is working well when I add it like
@IncludeJavaScriptLibrary({ > "context:js/jquery.min.js", > "context:js/jquery.fancybox-1.3.0.js", > }) (and not when just add it to the head of the page) but in that case I can't use Tapestry's Ajax functionality with Zone components. It is just performing nothing on Ajax call. Following suggestions<http://wiki.apache.org/tapestry/Tapestry5HowToIntegrateJQuery>I added "jQuery.noConflict();" line at the end of jquery file and in that case Ajax is working, but now my dialog doesn't (neither does any other jquery call on the page). Did anyone face similar problem before? How can I fix this? Thank you for the assistance. Regards, Nikola