-
1. Content Assist in eclipse for JSF 2.0
akazakov Jan 20, 2011 4:57 AM (in response to sumanjara)Could you give some examples?
-
2. Content Assist in eclipse for JSF 2.0
sumanjara Jan 20, 2011 5:01 AM (in response to akazakov)Hi, The following is my code.
In that when i type rich: and control+ spacebar ...The tags inside rich are not visible.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:rich="http://richfaces.org/rich">
<h:head>
<title>JSF 2.0 Hello World</title>
</h:head>
<h:body bgcolor="white">
<h3>JSF 2.0 Hello World Example - welcome.xhtml</h3>
<rich:panel id="eagleViewID"
style="height:600px;border:2px;background-color:red">
</rich:panel>
</h:body>
</html>
-
3. Content Assist in eclipse for JSF 2.0
akazakov Jan 20, 2011 5:26 AM (in response to sumanjara)What version of JBoss Tools are you using? How did you create your project?
-
4. Content Assist in eclipse for JSF 2.0
sumanjara Jan 20, 2011 6:37 AM (in response to akazakov)Iam not using JSF tools. Normal eclipse 3.2 version
-
5. Content Assist in eclipse for JSF 2.0
akazakov Jan 20, 2011 7:00 AM (in response to sumanjara)Plain Eclipse doesn't have such a functionality.