gavin.king(a)jboss.com wrote:
anonymous wrote : For now, I've learned that it's not clear
to me what the 'proper' way is to build an application using the latest MyFaces +
Tomahawk + Facelets and deploy in JBoss (er..tomcat). I would appreciate any pointers on
where particular jars should be developing .ear-style apps using these
frameworks/components. Currently, I have Facelets + Tomahawk in my .ear / MyFaces 1.1.4
has been installed in the JBoss-tomcat sar (in jsf-libs).
This is the correct way to do it.
The only thing you might need to do differently is either:
(a) put Tomahawk in jsf-libs or
(b) make sure you hack the tomahawk jar to remove any classes that are duplicated between
myfaces-impl.jar and tomahawk.jar
But perhaps they already fixed the problem of duplicated classes in their latest
releases. But you had better check.
Or you could just not use Tomahawk, and find a different JSF component library.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978252#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...
_______________________________________________
jboss-user mailing list
jboss-user(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user
Hi ,
I have the same problem. I have tried many times to integrate last
myfaces+tomahawk and last seam.
The version off seam what is working with last myfaces is 1.0.1 GA.
I have myfaces, seam and facelets in jboss-tomcat sar and is working fine.
What is so wrong changed from that moment ?
Cristi