Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » JSP Custom Tags
JSP Custom Tags [message #142925] Sun, 09 October 2005 05: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 14:53 Go to previous messageGo to next message
Fred Grott is currently offline Fred GrottFriend
Messages: 96
Registered: July 2009
Member
Good question...

At the moment I have no idea..
Re: JSP Custom Tags [message #145340 is a reply to message #142925] Thu, 27 October 2005 02:36 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4492
Registered: July 2009
Senior Member

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


_
Nitin Dahyabhai
Eclipse Web Tools Platform
Re: JSP Custom Tags [message #145355 is a reply to message #145340] Thu, 27 October 2005 12:40 Go to previous messageGo to next message
Fred Grott is currently offline Fred GrottFriend
Messages: 96
Registered: July 2009
Member
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 20:11 Go to previous message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4492
Registered: July 2009
Senior Member

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


_
Nitin Dahyabhai
Eclipse Web Tools Platform
Previous Topic:Expression Language Code Completion
Next Topic:Removing obsolete webapp libraries
Goto Forum:
  


Current Time: Thu Sep 26 07:59:35 GMT 2024

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

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

Back to the top