You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Alessio <mo...@dit.unitn.it> on 2003/04/01 14:33:24 UTC

OnMouseOut

Hi, i' ve a problem with StrutsMenu...how use OnMouseOut with StrutsMenu? i try in this way:

<Menu  name="menu"  title="Mymenu">
   <Item  name="first"  title="item 1" toolTip="mymenu.item1"
               location="javascript:document.forms.MyForm.submit()" OnMouseOut="...OnMouseOut...."  OnMouseOver="...OnMouseOver..."   />
</Menu>

in this example i use an SimpleMenuDisplayer for render it and an form for submit my information...but the OnMouseOver and OnMouseOut don't work...whi?

Thanks in advance.
Alessio