Hi!

Add this to the Orchestra filter mapping:

        <dispatcher>FORWARD</dispatcher>
        <dispatcher>REQUEST</dispatcher>

and you should be done.

In the end it should look like this:

    <filter-mapping>
        <filter-name>orchestraFilter</filter-name>
        <url-pattern>*.faces</url-pattern>
        <dispatcher>FORWARD</dispatcher>
        <dispatcher>REQUEST</dispatcher>
    </filter-mapping>

I'll add this to the docs.

Ciao,
Mario

Reply via email to