You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by MirekSz2 <m....@streamsoft.pl> on 2012/02/22 08:51:40 UTC

Composition component + facelet component not render

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.