jQuery Plugin

<jq:plugin> tag is creating a bogus path

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: Grails-jQuery 1.3.2.2
  • Fix Version/s: Grails-jQuery 1.4.0.1
  • Component/s: None
  • Labels:
    None
  • Environment:
    OSX 10.5, Grails 1.1.1, Grails-JQuery 1.3.2.4
  • Patch Submitted:
    Yes

Description

using the <jq:plugin> tag as instructed creates a bogus path along the lines of "/<app_name>/js/[:]/<plugin_name>.js". Appears to be ln 13 of JQueryTagLib.groovy: ConfigurationHolder.config.jquery.sources returns [:], which is then interpolated into the path on ln 30. Patch submitted; similar problem with ln 12 (version)?

Activity

Hide
bruno added a comment -

Same thing happening here.

Show
bruno added a comment - Same thing happening here.
Hide
tsuyoshi otsuki added a comment - - edited

I had solved it problem.ofcourse better it will solve to default parameter setting on source code .

Please append follow parameters into Config.groovy. when you had find it problem.
//jquery.version="1.3.2"
jquery.sources="jquery"

Show
tsuyoshi otsuki added a comment - - edited I had solved it problem.ofcourse better it will solve to default parameter setting on source code . Please append follow parameters into Config.groovy. when you had find it problem. //jquery.version="1.3.2" jquery.sources="jquery"
Hide
Finn Herpich added a comment -

Fixed in 1.4.0.1, will be released within the next 1 or 2 days.

Show
Finn Herpich added a comment - Fixed in 1.4.0.1, will be released within the next 1 or 2 days.

People

Vote (2)
Watch (3)

Dates

  • Created:
    Updated:
    Resolved: