• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Tag Extensions (user defined html tags)

 
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
Has anyone developed user defined html tags like form, input, select, body etc.. and used them in their JSP pages?
I have downloaded the jruntags.jar file from JRun which has all the tag handler classes needed for user defined html tags. I tried to make my own but it is not working.
If anyone has done it successfully ,please let me know all about it asap. How to develop and use it?
Thanks in advance.
Vivek
 
Author
Posts: 160
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by vivek makode:
Hi all,
Has anyone developed user defined html tags like form, input, select, body etc.. and used them in their JSP pages?
I have downloaded the jruntags.jar file from JRun which has all the tag handler classes needed for user defined html tags. I tried to make my own but it is not working.
If anyone has done it successfully ,please let me know all about it asap. How to develop and use it?
Thanks in advance.
Vivek


In general, many organizations and probably hundreds of individuals have developed tag libraries. There are a number of open-source projects that provide free tag libraries; for instance, see the Jakarta Taglibs project at
http://jakarta.apache.org/taglibs
There is also a standard set of JSP tags about to be finalized under the Java Community Process. This JSP Standard Tag Library (JSTL) provides tags for XML manipulation, database access, and other common features. See
http://java.sun.com/products/jsp/jstl
for more information.
[ May 21, 2002: Message edited by: Shawn Bayern ]
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic