Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » content assist within XHTML pages
content assist within XHTML pages [message #197932] Tue, 07 August 2007 14:08
Wojtek Ciesielski is currently offline Wojtek CiesielskiFriend
Messages: 1
Registered: July 2009
Junior Member
Hi all,

I am trying to educate myself in JSF 1.2 / RichFaces / Facelets using ne=
w =

Eclipse 3.3 (Europa J2EE distro).

Is there a way to force Eclipse to provide content assist for tags defin=
ed =

via the schemas? In a page like this:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" =

"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3D"http://www.w3.org/1999/xhtml"
xmlns:ui=3D"http://java.sun.com/jsf/facelets"
xmlns:f=3D"http://java.sun.com/jsf/core"
xmlns:rich=3D"http://richfaces.ajax4jsf.org/rich">
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-88=
59-1" />
<title>Facelets: Number Guess Tutorial</title>
<style type=3D"text/css">
<!--
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
}
-->
</style>
</head>
<f:view>
<body>
<rich:panel>test</rich:panel>
<h1>title is:
<ui:insert name=3D"title">Default Title</ui:insert>
</h1>
<p>
<ui:insert name=3D"body">Default Body</ui:insert>
</p>
</body>
</f:view>
</html>

-- =

Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
Previous Topic:Server is always "Starting..."
Next Topic:Generate JSP from wsdl
Goto Forum:
  


Current Time: Sun Oct 06 07:45:09 GMT 2024

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

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

Back to the top