Hi!

> What normally happens then is that the JSF implementation will just log
> an "unable to restore view" message to its logfile, and simply *render*
> the specified page rather than doing a "postback", just as if the user
> had done a GET request for the url rather than a POST request.

Unhappily JSF 1.2 will throw an ViewExpiredException or so .... very annoying!
Well, not too annoying, but you should take care of that in some way to prevent 
propagating this to the user ... what we do ATM btw :-)

> Getting the "source jarfile" for MyFaces JSF is easy; we publish it in
> the Maven repository along with the binary jarfiles. I don't know where
> to find the source for Mojarra releases...

https://javaserverfaces.dev.java.net/download.html

Ciao,
Mario

Reply via email to