Stephen Brooksbank created NETBEANS-5114:
--------------------------------------------
Summary: Generated ui:composition missing xmlns
Key: NETBEANS-5114
URL: https://issues.apache.org/jira/browse/NETBEANS-5114
Project: NetBeans
Issue Type: Bug
Components: javaee - JSF
Affects Versions: 12.1
Environment: Windows 10 / Netbeans 12.1
Reporter: Stephen Brooksbank
Attachments: image-2020-12-08-12-10-40-084.png
When generating a facelets client page using:
new --> Facelets Template Client --> ui:composition option
the generated file is missing:
{{xmlns="http://www.w3.org/1999/xhtml" }}
namespace from the ui:composition header tag:
!image-2020-12-08-12-10-40-084.png!
This causes page errors as soon as standard HTML tags are added to the page,
such as <h1>.
Please correct the template generation code for this case. Thanks.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists