You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomee.apache.org by molarisapa <mo...@gmail.com> on 2014/02/10 15:04:38 UTC

[RESOLVED] TomEE with JSF Composite

It's ok, I just resolved this issue


I had put a sub directory into directory, like this :

.\src\main\webapp\resources\*maia\form*\dateInputText.xhtml
.\src\main\webapp\resources\*maia\core*\headerDatatable.xhtml

And I declared its like this :
xmlns:mc="http://java.sun.com/jsf/composite/*maia/form*
xmlns:mc="http://java.sun.com/jsf/composite/*maia/core*

=> It's work with Glassfish but not in TomEE !

So I try this:

.\src\main\webapp\resources\*form*\dateInputText.xhtml
.\src\main\webapp\resources\*core*\headerDatatable.xhtml

And I declared its like this :
xmlns:mc="http://java.sun.com/jsf/composite/*form*
xmlns:mc="http://java.sun.com/jsf/composite/*core*

=> It's work on TomEE !



--
View this message in context: http://openejb.979440.n4.nabble.com/TomEE-with-JSF-Composite-tp4667598p4667602.html
Sent from the OpenEJB User mailing list archive at Nabble.com.