Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » problem: XHTML and Code assitant
problem: XHTML and Code assitant [message #181272] Tue, 10 October 2006 12:43 Go to next message
mohammad norouzi is currently offline mohammad norouziFriend
Messages: 7
Registered: July 2009
Junior Member
Hi

How to configure Eclipse 3.2 to display available tags and attributes of
declared name spaces just like Jsp and Html files?
Re: problem: XHTML and Code assitant [message #181655 is a reply to message #181272] Fri, 13 October 2006 16:09 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mohsen.siahe.com

Hi Mohammad,

Just set your namespace on the root XHTML element, e.g.:
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:c="http://java.sun.com/jstl/core"
xmlns:x="http://java.sun.com/jstl/xml">

This is in fact a JSP 2 feature.

Best.

"Mohammad" <mnrz57@gmail.com> wrote in message
news:691f681042339548d58e2d43f5584f4c$1@www.eclipse.org...
> Hi
>
> How to configure Eclipse 3.2 to display available tags and attributes of
> declared name spaces just like Jsp and Html files?
>
Re: problem: XHTML and Code assitant [message #181680 is a reply to message #181655] Tue, 17 October 2006 08:56 Go to previous message
mohammad norouzi is currently offline mohammad norouziFriend
Messages: 7
Registered: July 2009
Junior Member
No I set it before, but eclipse still dont browse the code assistant as a
Jsp file. I think it is smething with the Eclipse configuration.
Previous Topic:adding source and javadocs to packages in webtools plugin for eclipse
Next Topic:EclipseCon 2007 submissions needed in webtools area (especially tutorials)
Goto Forum:
  


Current Time: Fri Apr 19 03:30:44 GMT 2024

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

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

Back to the top