Hello Christoph,
just tried 1.0.7 and 1.0.8-SNAPSHOT. Everything work as expected.
You can download the files from
http://people.apache.org/~bommel/
please test it.
Regards
Bernd
Christoph Lassner wrote:
Hello Bernd,
thanks for your answer! However, this doesn't change anything on my
problem. I tried with the myfaces and the sun impl libs only but it didn't
work any better. I found just the same topic in the mailing list archive:
Hi all,
i'm absolutely amazed from jsf (myfaces), tobago and xml-driven
interface-description with facelets.
i'm new to all three technologies and i am getting stuck at the very
first beginning: Navigation Rules from Faces config don't work :-/
I got a first site (helloWorld.xml) with one button with the action
"goon" that should lead to a site goon.xml (this xml file exists!).
The button is correctly being rendered in browser by tobago, i can click
it, but the site only reloads and does not display the site goon.xml.
i will attach my files (faces-config.xml and helloWorld.xml)
i am using resin as servlet container (3.0.19), facelets 1.0.14, tobago
(1.0.8)
help is much appreciated, i would like to learn this technology :)
thank you very much in advance
-- felix gonschorek
[...]
It was also you who answered :-). But Felix got the problem fixed by
downgrading to tobago 1.0.7:
Hello Bernd,
thank you very much for your answer (and by the way: thank you for tobago!)
but: that was not the problem. i was using tobago 1.0.8 SNAPSHOT, looks
like that is not compatible to the resin servlet container, several
applications (including example-facelets and addressbook-tobago) did not
work. the new navigation rule in example-facelets (helloWorldNext) did
not work and in the addressbook application i could not save anything
(cpu 100% for 15minutes)
i downgraded to tobago 1.0.7 and everything works now.
[...]
As it seems, not for me... Could you think of any other reasons for a bug
like this?
Regards
Chris
Bernd Bohmann <[EMAIL PROTECTED]> schrieb am 28.08.2006 20:12:52:
Hello Christoph,
you are using the myfaces jsf impl libs and the sun jsf impl libs.
You should include
jsf-api.jar
jsf-impl.jar
or
myfaces-api-1.1.2.jar
myfaces-impl-1.1.2.jar
not both.
Regards
Bernd