[jbosstools-issues] [JBoss JIRA] Updated: (JBIDE-6815) Add a .xhtml template which is not based on Facelets templates

Denis Golovin (JIRA) jira-events at lists.jboss.org
Mon Aug 16 12:39:12 EDT 2010


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

Denis Golovin updated JBIDE-6815:
---------------------------------

         Assignee: Maxim Areshkau
    Fix Version/s: 3.2.0.Beta
      Component/s: JSF


> Add a .xhtml template which is not based on Facelets templates
> --------------------------------------------------------------
>
>                 Key: JBIDE-6815
>                 URL: https://jira.jboss.org/browse/JBIDE-6815
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: JSF
>    Affects Versions: 3.2.0.M1
>            Reporter: Max Katz
>            Assignee: Maxim Areshkau
>             Fix For: 3.2.0.Beta
>
>
> When creating a new .xhtml page and selecting a template, all the templates are based on using Facelets template (ui:composition). Please add a non-template Facelets page, for example:
> <!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:f="http://java.sun.com/jsf/core"
>       xmlns:ui="http://java.sun.com/jsf/facelets">
> <h:head></h:head>
> <body>
> 	
> </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