bad JSF rendering when using mvn jetty:run

2007-12-13 Thread Christofer Jennings
I'm not sure where to post this question. It might be a JSF thing but the problem I have only happens when I run mvn jetty:run. For some reason when I use mvn jetty:run my JSF pages render wierd. The JSF components render outside the tag. If I build a war and deploy it to jetty or tomcat the page

Re: bad JSF rendering when using mvn jetty:run

2007-12-13 Thread Christofer Jennings
-- FIXED -- Turned out that a dependency in my Maven POM caused the trouble. I had this... jsf-impl jsf-impl 1.2.04 compile and for some reason taking it out fixed my problem. A bizarre side note is that I was the only one on my tea