Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » xmlns in xhtml document
xmlns in xhtml document [message #184530] Tue, 12 December 2006 14:59
Eclipse UserFriend
Originally posted by: rosskopf.progroup-inc.com

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Hello,

I have a project using facelets. Therefore I got some xhtml document
around, declaring additional xmlns in the html root element as follows:

<snip>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:s="http://jboss.com/products/seam/taglib">
</snip>

But the editor doesn´t know the xmlns declarations and as a result it
doesn´t recognize the namespace specific tags. For example:

<snip>
<f:facet name="aroundInvalidField">
<s:span styleClass="errors"/>
</f:facet>
<f:facet name="afterInvalidField">
<s:span>&#160;<s:message/></s:span>
</f:facet>
</snip>

All these tags are marked as errors. How can I load these tags.
Thank you.

Regards.
- ---
Joachim
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFfwoNGEw+p/jK7QgRCgB8AJ49TUfNksZBsmEBFUtw+TfGolF5NACg zxZQ
Omsu0TS5FcOMJxBAKSF2Q+A=
=lMEp
-----END PGP SIGNATURE-----
Previous Topic:ejbdoclet out-of-memory
Next Topic:JSP Search Not Working
Goto Forum:
  


Current Time: Fri May 30 22:05:43 EDT 2025

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

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

Back to the top