Hi,
i just tried to migrate my application from jsf 1.0 to jsf 1.1.01
by replacing the files jsf-api.jar, jsf-impl.jar..
result: my tomcat 4 is booting correctly, as soon as accessing a jsf
page all managed beans and navigation rules seem to be ignored ...
What's going wrong, where is the difference to the 1.0 implementation?
I can't find out :-(
Thx for any help
Roedy Green - 24 Oct 2005 14:52 GMT
>i just tried to migrate my application from jsf 1.0 to jsf 1.1.01
>
[quoted text clipped - 3 lines]
>What's going wrong, where is the difference to the 1.0 implementation?
>I can't find out :-(
Perhaps you must delete all generated java and class files??
Note how much time we programmers spend trying to hook together code
from different vendors, always getting stuck on the simplest things.
I had an idea to reduce this. See
http://mindprod.com/projects/configurator.html

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Again taking new Java programming contracts.
Andrea Desole - 24 Oct 2005 15:46 GMT
> Hi,
> i just tried to migrate my application from jsf 1.0 to jsf 1.1.01
[quoted text clipped - 4 lines]
> What's going wrong, where is the difference to the 1.0 implementation?
> I can't find out :-(
I haven't used version 1.0, but maybe if you post some code it's
possible to find out what's wrong