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