Importing JSTL Tag Library

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Importing JSTL Tag Library

    I am new to DreamWeaver and new to writing JSPs. I have downloaded the Standard
    Tag Library 1.1.2 from Jakarta and am using the tags in some JSP tutorials. I
    have copied the jstl.jar and standard.jar files into the WEB-INF\lib directory
    and my JSPs are working as expected. What I would like to do now is make
    DreamWeaver "aware" of the JSTL tag library so that the editor can provide a
    context sensitive tag chooser when I'm using the JSTL library. For example,
    when I'm using the CORE LIBRARY and enter <c: I would like DreamWeaver to
    provide a list of the associated core tags. I used the help instructions
    "Importing JSP tags from a file" and imported the c.tld file, but none of the
    corresponding tags defined in the file show up in the list of tags.
    Can what I want to do be done? If so, what I'm I doing wrong? Please advise.
    Thanks,
    Cindy

    CindySummer Guest

  2. Similar Questions and Discussions

    1. Deploying agains a JSP site using JSTL
      I am reviewing Contribute for use at my company. Our current corp site is deployed in JSP and makes extensive use of the Java Standard Tag Library,...
    2. Cannot instantiate .NET Class Library to expose webservice client library
      Now that I have got the mickey mouse .NET interop problem sorted (exposing ..NET library to ASP/VB6), I want to demo the real problem I am having. ...
    3. importing MCs from library
      I want an easy to bring MCs from my Library to the stage. but the current methods I know don't do exactly want I want. loadMovie(*.swf). the swf...
    4. ~/Library/ vs ~/System/Library vs /User/Library/
      In article <110720031327074895%justin.c@se.net>, justin <justin.c@se.net> wrote: First off, you're a little bit confused. ~ means your home...
    5. [XFree86] system can't find library ( strange library behaviour )
      Hi Mark, No I hadn't tried ldconfig, but it sorted out the problem, thanks! I'd read a little bit about libraries a while ago, but could not...
  3. #2

    Default Re: Importing JSTL Tag Library

    Dreamweaver currently doesn't support this for JSTL, but there is a third party
    extension you could purchase and that does exactly what you are asking for.

    It is called visual JSTL.

    Check out this site :
    [url]http://www.fwasi.com/[/url]

    Friendly yours,

    Frank

    fgriese Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139