Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within JSP
Search Coderanch
Advance search
Google search
Register / Login
This week's book giveaway is in the
Open Source Projects
forum.
We're giving away four copies of
Eclipse Collections Categorically: Level up your programming game
and have Donald Raab on-line!
See
this thread
for details.
Win a copy of
Eclipse Collections Categorically: Level up your programming game
this week in the
Open Source Projects
forum!
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
Tim Cooke
paul wheaton
Ron McLeod
Jeanne Boyarsky
Sheriffs:
Paul Clapham
Saloon Keepers:
Tim Holloway
Roland Mueller
Bartenders:
Forum:
JSP
extending existing tag libraries
aleah de guzman
Greenhorn
Posts: 15
posted 18 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
hi, im new in creating custom tags. are existing custom tags can be extended? like the ones in
struts
(bean, html and logic)?
Bear Bibeault
Sheriff
Posts: 67756
173
I like...
posted 18 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Tag handlers are classes like any other
Java
class, so the answer is the same: maybe.
If the tag handlers aren't declared final, and their design is such that they are suitable for extending, then yes.
[
Asking smart questions
] [
About Bear
] [
Books by Bear
]
aleah de guzman
Greenhorn
Posts: 15
posted 18 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
how about their tlds? is there a proper way of extending the tlds or i need to get the existing tlds and update them accordingly?
Bear Bibeault
Sheriff
Posts: 67756
173
I like...
posted 18 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Tlds cannot be extended. You'll need to copy and ajust them yourself.
[
Asking smart questions
] [
About Bear
] [
Books by Bear
]
a wee bit from the empire
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Classsic Vs Simple?
Custom Tags
converting jsp tags to the XML form - is everybody doing it?
web-app advice
one doubt reagrding struts.
More...