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

Vlado Pakan (JIRA) jira-events at lists.jboss.org
Wed Sep 29 12:08:40 EDT 2010


     [ https://jira.jboss.org/browse/JBIDE-6943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vlado Pakan closed JBIDE-6943.
------------------------------



Verified on JBT 3.2.0.v20100925-0935-H92-Beta1.

> 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
>    Affects Versions: 3.2.0.M2
>         Environment: JBDS 4.0.0.v201008261621R-H420-M2
>            Reporter: Vlado Pakan
>            Assignee: Maxim Areshkau
>             Fix For: 3.2.0.Beta1
>
>
> 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