Salut,
i have got now a explanation, what (also) went wrong, cause i
did wrong again. Instead of using action in my
<tc:button
id="loginButtin"
action = "#{loginBean.performLogonCmd}"
label="#{overviewBundle.login_do_login}"
tabIndex="3"/>
i coded this
<tc:button
label="#{overviewBundle.ov__logoffCmd}"
disabled="#{sessionCtrBean.loggedOff}"
actionListener="#{sessionCtrBean.doLogout}"
action="doLogout"/>
and expected, that the called listener would accept
my state-changing returning string as little cousin
would do it with the action callback method.
That was one reason why my app failed.
--
View this message in context:
http://www.nabble.com/-TOBAGO--How-to-debug-debug-transitions-in-%3Cnavigation-rule%3E%27s-tp19772680p19821425.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.