[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-6943) Template for New BlankRich Faces XHTML file has syntax error.

Vlado Pakan (JIRA) jira-events at lists.jboss.org
Mon Aug 30 12:35:11 EDT 2010


Template for New BlankRich Faces XHTML file has syntax error.
-------------------------------------------------------------

                 Key: JBIDE-6943
                 URL: https://jira.jboss.org/browse/JBIDE-6943
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: JSF
         Environment: JBDS 4.0.0.v201008261621R-H420-M2
            Reporter: Vlado Pakan
            Assignee: Alexey Kazakov


Template for  New BlankRich Faces XHTML file contains not closed tag rich:panel:

<!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:h="http://java.sun.com/jsf/html"
      xmlns:a4j="http://richfaces.org/a4j"
      xmlns:rich="http://richfaces.org/rich"
      xmlns:f="http://java.sun.com/jsf/core"
      xmlns:ui="http://java.sun.com/jsf/facelets"> 

<h:head></h:head> 
<body>
    <rich:panel>
        <f:facet name="header">
        Write your own custom rich components with built-in AJAX support
        </f:facet>
		<h:outputText value="Panel Body" /> 
	<rich:panel>                                                                      <----------------------------------- please change it to </rich:panel>
</body> 
</html>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list