Hi list,

I am trying MyFaces 112 + the sandbox & tomahawk.
So I guess what I should have in my lib folder, is:
- The Myfaces-impl/api-112.jars
- tomahawk-sandbox-112-snapshot.jar
- myfaces-shared-tomahawk 201-snapshot.jar

But at boottime I'm getting Listener startup probs:

Apr 19, 2006 12:04:27 PM org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart
Apr 19, 2006 12:04:27 PM org.apache.catalina.core.StandardContext start
SEVERE: Context [/Mnemonica] startup failed due to previous errors

In trying to track down what causes the error, I started looking at the web.xml (http://myfaces.apache.org/cardemoweb.html)
And I noticed some differences:
Some context parameters have changed names, others are plainly gone:
E.g.
- The "org.apache.myfaces.ALLOW_JAVASCRIPT" became "myfaces_allow_javascript"
- The "org.apache.myfaces.DETECT_JAVASCRIPT" is just gone
- The "org.apache.myfaces.PRETTY_HTML" became "myfaces_pretty_html"
- The "org.apache.myfaces.AUTO_SCROLL" is gone as well

--> My first question is: for those that "changed", does it matter or are these actually just aliases to each other? (if only for backwards compatibility) --> For those that dissapeared: weren't they just appropriate for that "car" demo, or have they really dissapeared?

I also removed the extensionFilter (org.apache.myfaces.component.html.util.ExtensionsFilter) and the filter mapping.
Without effect though.

(Btw in case it'd matter: I'm also using the Spring Variable resolver)
Ayone else having these probs?

Phil

Reply via email to