Here is some addition to my recent posting.

org.apache.myfaces.lifecycle.LifecycleImpl

logs the following

"exiting from lifecycle.execute in RESTORE_VIEW(1) because getRenderResponse is true 
from one of the after listeners"

although xhtml-file is set to immediate="true".

Could this be the core of my problem described in the below posting?

Please respond.

Getting this costellation to run is somewhat time critical at the moment.

Yours

S.Fassel


--------------

Hello again

I have decided to rephrace my Question from before

I have a running Application using:

JSF 1.1
Tomcat 5.5.23
Java 1.5
Facelets 1.1.14

Now I want to introduce the Trinidad 1.0.10 component framework.

There was a partial success since I got Trinidad to render the first xhtml-file.

The problem here is, that when submitting the first page the same page is 
reredered again and both
the Action Implements and Managed beans are never used.

This also happens when using an xhtml-file without Trinidad-Tags.

By removing Trinidad - replacing <default-render-kit-id>org.apache.myfaces.trinidad.core</default-render-kit-id>
by
<view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
in faces-config.xml - the Actions and Managed Beans are again working as they 
were meant to.

This effect can be seen with and without using navigation-rules.

Maybe someone knows this error pattern...

Yours

S. Fassel





Reply via email to