Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » Code assist closing tag
Code assist closing tag [message #196011] Tue, 10 July 2007 20:09 Go to next message
Eclipse UserFriend
Originally posted by: mauro.castaldo.gmail.com

Is it possible to have code assist not add closing tag automatically in
JSP pages for taglib tags (It's really boring having to delete manually
every closing tag!)?
If not, a good feature would be automatically delete closing tag if I
change > into /> on the opening tag!

Mauro
Re: Code assist closing tag [message #196020 is a reply to message #196011] Tue, 10 July 2007 20:54 Go to previous message
Eclipse UserFriend
Mauro Castaldo wrote:
> Is it possible to have code assist not add closing tag automatically in
> JSP pages for taglib tags (It's really boring having to delete manually
> every closing tag!)?
> If not, a good feature would be automatically delete closing tag if I
> change > into /> on the opening tag!

The end tags are added because the tag library descriptor (or tag
file) isn't declaring those tags as having a bodycontent type of
"EMPTY", and there's currently no way to change that other than
altering the descriptor itself.

--
Nitin Dahyabhai
Structured Source Editor
Previous Topic:What populates ${project_loc}?
Next Topic:Publish on Server not usefull for dynamic web applcations
Goto Forum:
  


Current Time: Wed Jul 23 14:42:30 EDT 2025

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

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

Back to the top