• 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

Custom Tags

 
Ranch Hand
Posts: 48
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can anyone tell me the directory structure of Custom Tags.Plz tell me how the control goes in a JSP Custom Tags.Where does the control start.Thanks in advance.Bye Take Care.
 
Ranch Hand
Posts: 147
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have a read of this:
http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/JSPTags.html

Which I clicked through to from the SCWCD links:

http://www.javaranch.com/scwcdlinks.jsp

Note that the 1st link above is for J2EE 1.3.
You should probably take a look at this if you want some more recent info
(chapter 7 is on custom tags):
http://java.sun.com/javaee/5/docs/tutorial/doc/
[ May 30, 2006: Message edited by: Ed Ward ]
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic