facebook

Tag library completion with included declaration

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • #242871 Reply

    Two quick questions on tag completion in the jsp editor,

    1) Is it possible on the function tags like http://java.sun.com/jsp/jstl/functions
    2) Is it possible on custom tags or only the standard ones jstl, struts, jsf, …

    #242876 Reply

    Riyad Kalla
    Member

    As long as the taglibs are standard taglibs with TLDs and associated Classes they are supported. Custom or otherwise.

    #242887 Reply

    I cant seem to make the jstl function tag work. Here is an example of my code:

    
    <c:if test="${fn:length(basketItems) < componentsCount}"> 
    

    When I press CTRL-Space after the colon I dont get anything. Perhaps function tags aren’t supported by the current jsp editor. Or perhaps it is part of the EL completion that is comming up in a future release.

    #242892 Reply

    Riyad Kalla
    Member

    Ahh yes the EL completion is likely the problem here. Sorry I misunderstood your original post.

Viewing 4 posts - 16 through 19 (of 19 total)
Reply To: Tag library completion with included declaration

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