Hi Phil,
Hi List,
I'm experiencing problems with myfaces 112 and tomahawk 112-snapshot too.
Application startup is totally fine (I'm using a web.xml example from
the tomahawk-examples-112-snapshot distribution) and my jsf-spring
integration is working too!
BUT, my t:panelNavigation2 is not working at all - the list gets
generated without any values and links .... (I'm using tiles!)
the simple.war from the tomahawk-examples-112-snapshot is working fine ..
@Phil: maybe check the web.xml in the current nightly tomahawk-examples
Philippe Lamote schrieb:
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