Thank you for your reply.
I've replaced the <link> tags in head section for <ice:outputStyle href=""
/> ones and now the CSS styles are loaded correctly.
I don't know why this happens because although you say that ICEFaces only
reloads the body content, I have the same CSS imports in every page so It
shouldn't matter that the head is not refreshed.

I've resolvend my second problem as you say. I have every view mapped with
.faces extension so I've set the navigation configuration like this:

        <navigation-rule>
                <from-view-id>/clients/show_clients.jsp</from-view-id>
                <navigation-case><from-outcome>update</from-outcome>
                        
                        <to-view-id>/clients/update_client.faces</to-view-id>
                </navigation-case>
                
        <navigation-rule>
                <from-view-id>/clients/show_clients.faces</from-view-id>
                <navigation-case><from-outcome>update</from-outcome>
                        <to-view-id>/clients/update_client.faces</to-view-id>
                </navigation-case>
        </navigation-rule>      
                        
The first navigation rule works when I first navigate from show_clients to
update_clients, and the second one when I return to show_clients and again
go to update_clients.

Thank you very much for your help.

-- 
View this message in context: 
http://www.nabble.com/Problems-with-page-navigation-tp15717275p15731617.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to