JBoss Community

Re: Content Assist in eclipse for JSF 2.0

created by Raja suman Dudam in JBoss Tools Development - View the full discussion

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>

Reply to this message by going to Community

Start a new discussion in JBoss Tools Development at Community