facebook

JSP tags attributes population issue

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

    Srinivasa
    Member

    I have included in my JSP the following taglib.
    <%@ taglib prefix=”c” uri=”http://java.sun.com/jsp/jstl/core”%&gt;

    The <JSP:XXX> tag is getting populated but not its attributes with related help.

    Appreciate inputs.

    Thanks

    #288456 Reply

    Riyad Kalla
    Member

    That taglib gives you the <c: tags, not the <jsp: tags.

    #288464 Reply

    Srinivasa
    Member

    Hi Riyad

    I understand what you are saying. But my question is.. why the IDE is not populating the available attributes of a tag with help?

    #288466 Reply

    Riyad Kalla
    Member

    Oh, does it not work for *any* tag, or just the <jsp: tags? When you say “help” do you mean textual documentation popup (the yellow one) or do you mean assistance with the available attributes (the white one)?

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: JSP tags attributes population issue

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