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
Affects Versions: 3.2.0.M1
Reporter: Max Katz
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