I had the same troubles, but I am not sure if it is really a seam problem or more a faclets problem ! If you have a look at the faclets documentation there is a sentence telling you that templates are loaded relativly - meaning it will be loaded relativly from the directory where you are ==> so your template will be found but all pathes within the template seems to be broken because faclets doesn't take the templates directory as its origin but your directory !!! Unfortunatelly it seems currently not possible to use "absolute pathes" in the template which would solve the problem - at least my tries faild ...
A simple workaround is to use a global xhtml file including the template and your code within the directories - not nice but at least it works ! Once these problems are solved you can simply switch back to your structure without much changes ... If anybody found a better solution or even implemented it successfully - please give us a hint ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927235#3927235 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927235 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
