On Fri, Jun 5, 2009 at 7:52 AM, Andy Pahne<andy.pa...@gmail.com> wrote:
> I had the same problem. > Unfortunatly calling > jQuery.noConflict() did not help, either. > Don't know what the exact problem was. I guess that's because jQuery.noConflict() was invoked after it should. My solution was to edit the jQuery file to include jQuery.noConflict() in its the end. I also had to edit the jQuery plugin I was using (Color Picker) to replace calls to $() to $jQuery(). -- Thiago --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org