Creating Taglibs in Netbeans

From: Gerald Caldwell (gcaldwel_at_yahoo.com)
Date: 01/01/04


Date: Thu, 01 Jan 2004 13:13:10 -0500

I'm working with JSPs using netbeans 3.5.1 as the development tool.
Does anyone know how to create a <tei-class> tag via netbeans.

I can create tags for the custom tags I will use in the JSP and specify
the tag-class, attributes and so on, but I can't seem to figure out how
to create a tei-class. As a work around, I'm editing the file via a text
editer to add the <tei-class> tag.
I'm following a tutorial on JSPs.

Thanks in advance.
  Gerald



Relevant Pages

  • Re: access to static public nested classes
    ... creating several files for each tag I used nested classes ... It might have something to do with how NetBeans ... In my JSP file ... ... > public class Outer { ...
    (comp.lang.java.programmer)
  • Re: JSP Loading Page... Please wait while my code doesnt work!
    ... In the HEAD tag: ... Does it matter what engine renders my JSPs ... HTML that is built into the waiting DIV tag (for example, ...
    (comp.lang.java.programmer)
  • taglibs ? where to put taglib classes ?
    ... I'm using Netbeans but also tried ... created in WEB-INF/tags/mytags.tld a tag called xxx(via netbeans ... Code snippet: ... public class XxxTag extends BodyTagSupport { ...
    (comp.lang.java.programmer)
  • J2EE: Implementing custom tag handler
    ... I am trying to implement my own custom tag handler, ... I added a tag lib directive to my jsps: ... I am using the tiles tag lib of struts, which workes perfectly, when I ...
    (comp.lang.java.programmer)
  • struts - accessing beans from JSP
    ... in one of my jsps, ... myData is coming from because there's no tag anywhere in ... aside from just searching all the .java files for "myData," ...
    (comp.lang.java.programmer)