the issue was closed in this way :
 
Resolution: Won't Fix

I´ve reverted the patch.

Mathias Werlitz has a simple solution for this problem. Use a navigation rule which points to the same page:

     <navigation-rule>
        <from-view-id>/page.jsp</from-view-id>
        <navigation-case>
            <from-outcome>refresh</from-outcome>
            <to-view-id>/page.jsp</to-view-id>
        </navigation-case>
    </navigation-rule>
but is acceptable that myfaces and jsf RI doen't have the same behaviour ?

Reply via email to