Page created using JSF Composite Component has wrong content.
-------------------------------------------------------------
Key: JBIDE-6709
URL:
https://jira.jboss.org/browse/JBIDE-6709
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JSF
Reporter: Max Rydahl Andersen
Assignee: Maxim Areshkau
From Vlado in JBIDE-5946:
Page created using JSF Composite Component has wrong content. Page is missing composite
namespace definition i.e. this line of code
xmlns:composite="http://java.sun.com/jsf/composite".
This namespace is defined in the template source but is not inserted to newly created
page.
Environment: JBT 3.2.0.v20100720-0040-H162-M1, Linux 32 bit, Java Sun 1.6 SDK
Template namespaces definitions:
<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"
xmlns:composite="http://java.sun.com/jsf/composite">
New page namespaces definitions:
<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">
--
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