The annotations @IncludeJavaScriptLibrary and @IncludeStylesheet are
deprecated. Use
@Import<http://tapestry.apache.org/5.2/apidocs/org/apache/tapestry5/annotations/Import.html>
 instead.

That's not the cause of your problems though, most likely you haven't
released the $ symbol, which both Prototype (included by default in
Tapestry) and jQuery use.

Look into jQuery.noConflict(); <http://api.jquery.com/jQuery.noConflict/> I
personally find it easiest to just add that line at the end of the included
jQuery library.

--
Dusko Jovanovski

On Wed, Nov 16, 2011 at 10:24 AM, ramakanthreddy.t <
ramakanthredd...@gmail.com> wrote:

> I have added JQuery.js to the list and now I am getting
>
>
> Uncaught TypeError: Object [object Object] has no method 'attachEvent'
> Uncaught TypeError: Object [object Object] has no method 'dispatchEvent'
>
>
>
> --
> View this message in context:
> http://tapestry.1045711.n5.nabble.com/JQueryDateField-is-not-popuping-up-tp4997074p4997174.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

Reply via email to