Hello,
Prenotes:
I am not very familiar into the JSF-Myfaces deep-ends. I consider myself
more as a pure user.
Problem:
Under certain conditions, my <t:panelNavigation2> looses its state. More
precisely: Sometimes I receive a page response, where the panalNavigation is
collapsed, also the previously selected sub-item should stay selected.
"Sometimes" and "under certain conditions" means, that the problem only
occurs when i write something into the managed beans from within my
java-code, i.e. like adding an error-message to the context
[context.addMessage("", errMsg);] or when I retrieve a managed bean from
application's variable resolver and amend the content of the managed bean.
The problem did not occur with
- tomahawk 1.1.2 and
- myfaces 1.1.3
With those versions mentioned, the <panelNavigation2> behaved exactly as I
expected.
The problem occurs with
- tomahawk-1.1.5-SNAPSHOT and
- tomahawk-sandbox-1.1.5-SNAPSHOT
with either myfaces-core 1.1.3 or myfaces-core 1.1.5-snapshot.
You might ask, why I use 1.1.5-SNAPSHOT? Well I want to have a try on the
Sandbox's <autoUpdateDataTable>. Therefore I need
tomahawk-sandbox-1.1.5-SNAPSHOT. For me it seems that I cannot use
tomahawk-sandbox-1.1.5-SNAPSHOT in combination with tomahawk-1.1.2, where
the <panelNavigation2> is defined.
Any ideas, quick hacks?
Thanks in advance & regards
Christian