Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » JSP Custom Tags
JSP Custom Tags [message #142925] Sun, 09 October 2005 01:54 Go to next message
Eclipse UserFriend
Originally posted by: no_rain7.yahoo.com

Hello,

I can't figure out a way to create a tag library descriptor (.tld) file in
Eclipse. Is there any documentation you guys can point me too.

Thanks. Jake
Re: JSP Custom Tags [message #143125 is a reply to message #142925] Tue, 11 October 2005 10:53 Go to previous messageGo to next message
Eclipse UserFriend
Good question...

At the moment I have no idea..
Re: JSP Custom Tags [message #145340 is a reply to message #142925] Wed, 26 October 2005 22:36 Go to previous messageGo to next message
Eclipse UserFriend
Jake wrote:
> I can't figure out a way to create a tag library descriptor (.tld) file
> in Eclipse. Is there any documentation you guys can point me too.

A quick search through Google turned up a few interesting writeups
on creating custom tag libraries, but for the descriptor file all
you have to do is create a .tld file and point it at the correct
DTD/schema. At that point the XML editor can help you fill in the
contents.

Once your library is assembled, there's nothing special you have to
do to "register" your custom tag libraries for use in WTP. It's
meant to be as simple as putting them in your Web project for
deployment at runtime.

--
- Nitin
Re: JSP Custom Tags [message #145355 is a reply to message #145340] Thu, 27 October 2005 08:40 Go to previous messageGo to next message
Eclipse UserFriend
Would you than load the new schema/dtd in the xml catalogue?
Re: JSP Custom Tags [message #145432 is a reply to message #145355] Thu, 27 October 2005 16:11 Go to previous message
Eclipse UserFriend
Fred Grott wrote:
> Would you than load the new schema/dtd in the xml catalogue?

Yes, although WTP would otherwise try to download it as needed.

--
- Nitin
Previous Topic:Expression Language Code Completion
Next Topic:Removing obsolete webapp libraries
Goto Forum:
  


Current Time: Fri Apr 18 07:33:21 EDT 2025

Powered by FUDForum. Page generated in 0.03351 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top