Results 1 to 5 of 5

Thread: JQuery Issue Grails 1.3.7 to 2.1.0 Migration

  1. #1
    Join Date
    Jan 2009
    Location
    Hyderabad
    Posts
    4

    Post JQuery Issue Grails 1.3.7 to 2.1.0 Migration

    Hi All,

    I am facing issues related to reference, when i am trying to upgrade my existing grails application from 1.3.7 to 2.1.0

    Errors found in firebug console

    ReferenceError: jQuery is not defined
    [Break On This Error]

    ...=="hidden")return false;b=b&&b==="left"?"scrollLeft":"scrollTop";var d=false;if(...

    zg0VBw...oLGh.js (line 17)

    ReferenceError: jQuery is not defined
    [Break On This Error]

    jQuery(document).ready(function(jQuery) {




    My GSP looks as below

    <title>
    <head>
    ...............
    <gui:resources components="richEditor, dialog, utilities"/>
    <g:javascript library="jquery" />
    <jqui:resources />
    ..............

    <script>.....</script>
    </head>
    <body>


    I have used bootstrap.gsp features
    contents of bootstrap.gsp is
    <head>
    <r:require modules="scaffolding"/>
    <r:require modules='jquery' />
    ..................
    <r:layoutResources/>
    </head>
    <body>
    ............
    <r:layoutResources/>

    </body>

    Please let me know how can i get the reference of jQuery in my GSP as my code requires JQuery very badly.....

  2. #2
    Join Date
    Jan 2009
    Location
    Hyderabad
    Posts
    4

    Default

    Dear experts please reply to this as this is a showstopper for me..... Thank you in advance....

  3. #3
    Join Date
    Jul 2007
    Posts
    121

    Default

    Try the User mailing list, there is a lot more activity there: http://grails.org/Mailing+Lists

  4. #4
    Join Date
    Jan 2009
    Location
    Hyderabad
    Posts
    4

    Default

    Thank you for the reply but no luck friend... Could you please suggest other alternative...

  5. #5
    Join Date
    Jan 2009
    Location
    Hyderabad
    Posts
    4

    Default

    Any help on this issue is appreciated ....

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •