You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by "Sidhik, Rosmon" <Ro...@AIG.com> on 2008/03/26 15:43:43 UTC

[tomahawk] panelNavigation2 reload problem

Hi,

I have a list of items displayed using a dataTable.

On editing any of the items, a screen is rendered below the dataTable
containing the list.

The newly rendered screen has a panelNavigation2 and a panelTabbedPane.

The panelTabs in the tabbedPane are navigated using the panelNavigation2.

Everything works fine the first time I edit an item from the dataTable as
everything is loaded up properly.

When I click on another item in the dataTable to edit, the state of the
panelNavigation2 control remains the same as for previous item.

This means that even though the panelTabbedPane loaded up in the expected
manner the NavigationMenuItem selected by default is wrong (the same menu
item which was selected while editing the previous item)

 

Is there any way to force the panelNavigation2 control to get loaded again?
I have tried a few options but the state just comes back the same as
previous edit.

Thanks

Rosmon