Hello,
I using Myfaces 2.1.6
I have composition component
<str:modalForm actionMethod="#{customerController.save}">
<stre:inputText id="lastName" label="lastName"
value="#{customerData.lastName}" />
<h:outputLabel value="Wiek" />
<h:inputText value="#{customerData.age}" id="age" />
<p:message for="age" display="icon" />
</str:modalForm>
In modal form I have simple impl
<composite:implementation>
<composite:insertChildren />
</composite:implementation>
Tag <stre:inputText/>(facelet tag) not render. When I change JSF 2 to
mojarra it works
What is wrong
--
View this message in context:
http://old.nabble.com/Composition-component-%2B-facelet-component-not-render-tp33369219p33369219.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.