facebook

Using JQuery taglib

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #332009 Reply

    Glenn Puckett
    Participant

    I have v10.6-20120727 installed. I would like to use the struts-jQuery taglib. When I add

    
    <%@ taglib prefix="sj" uri="/struts-jquery-tags"%>
    

    I get

    Can not find the tag library descriptor for “/struts-jquery-tags”

    What am I missing? The documentation says MyEclipse v10.6 supports jQuery but I can’t find any additional libraries that need to be added to my project for Struts support of jQuery.

    #332031 Reply

    WGPuckett,

    In order to work with struts-jquery you need to add struts2-jquery jar file to the project. Please download “struts2-jquery-plugin-3.4.0.jar” file from here :
    http://code.google.com/p/struts2-jquery/

    Now right click on project and go to build path > configure build path > libraries tab. Click on Add external JARs and select the downloaded jar file.

    Let us know how it works for you.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Using JQuery taglib

You must be logged in to post in the forum log in