Hi,

I'm using this myfaces snapshot and I think I found a serious bug in jscookmenu : when in action there are methods, they are executed every time the menu is loaded.
Just an example:

 <t:jscookMenu layout="hbr" theme="ThemeOffice" >
   <t:navigationMenuItem id="nav_home" itemLabel="Home" action="go_home">
     <t:navigationMenuItem id="nav_home2" itemLabel="Home" action="go_home" />
<t:navigationMenuItem id="nav_logout" itemLabel="Logout" action="#{mb.logout}" />
   </t:navigationMenuItem>
 </t:jscookMenu>

every time i reload page with this menu, the "logout" method is executed.

--
Francesco Consumi
Ufficio Sistemi informativi
Istituto degli Innocenti
Piazza SS.Annunziata, 12
50122 Firenze
consumi at istitutodeglinnocenti.it
Tel. +39 055 2037320
ICQ# 12516133


Reply via email to