> We noticed similar behavior always when main portions of the app were
> simply redisplayed.

Since my main suspect is the panelNavigation2, i post the included 
navigation2.jsp too.

Sebastian.
<t:div id="subnavigation_outer" styleClass="subnavigation_outer">
        <t:div id="subnavigation" styleClass="subnavigation_inner">

                <t:panelNavigation2 id="nav_panel" layout="list" 
binding="#{jsfnavigation.navPanel}"
                        itemClass="mypage"
                        activeItemClass="selected"
                        disabledStyle="color:red;padding: 2px 20px 2px 25px">
                        <t:commandNavigation2 id="nav_all" 
value="#{bundle.nav_all}" 
                                action="home">
                                <t:navigationMenuItem 
value="#{bundle.nav_search}" 
                                        action="search" 
actionListener="#{jsfsearch.reset}" />
                                <t:navigationMenuItem 
value="#{bundle.nav_associate}"
                                        action="associate" />
                        </t:commandNavigation2>
                        <t:commandNavigation2 id="nav_user" 
value="#{bundle.nav_user}" rendered="#{jsflogin.isUserVicoUser}"
                                action="startUser">
                                <t:navigationMenuItem 
value="#{bundle.nav_wizard_rolephase}"
                                        action="rolephase_wizard" 
actionListener="#{rolephaseWizard.reset}" />
                                <t:navigationMenuItem 
value="#{bundle.nav_wizard_selfcoaching}"
                                        action="selfcoaching_wizard" 
actionListener="#{selfcoachingWizard.reset}" />
                                <t:navigationMenuItem 
value="#{bundle.nav_showCal}"
                                        action="listCalendar" />
                                <t:navigationMenuItem 
value="#{bundle.nav_manage_profile}"
                                        action="manage_profile" />
                                <t:navigationMenuItem 
value="#{bundle.nav_profilesearch}"
                                        action="search_profile" 
actionListener="#{jsfsearch.reset}" />
                        </t:commandNavigation2>
                        <t:commandNavigation2 id="nav_editor" 
value="#{bundle.nav_editor}" rendered="#{jsflogin.isUserEditor}"
                                action="startEditor">
                                <t:navigationMenuItem 
value="#{bundle.nav_list}" 
                                        action="listEntries" />
                                <t:navigationMenuItem 
value="#{bundle.nav_manage_competence}"
                                        action="#{jsfCompetence.reset}" />
                        </t:commandNavigation2>
                        <t:commandNavigation2 id="nav_admin" 
value="#{bundle.nav_admin}" rendered="#{jsflogin.isUserAdmin}"
                                action="startAdmin">
                                <t:navigationMenuItem 
value="#{bundle.nav_user_management}"
                                        action="listUsers" />
                                <t:navigationMenuItem 
value="#{bundle.nav_import}" 
                                        action="import" />
                        </t:commandNavigation2>
                </t:panelNavigation2>
        </t:div>
</t:div>

Reply via email to