You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by tohid <vo...@yahoo.com> on 2005/11/24 11:38:29 UTC

jscookmenu action doesn't work

i am using myface 1.1.1 with sun implement of jsf 1.1
action in jscookmenu  was not work on my page and take no action :


<t:navigationMenuItem  itemLabel="try" id="ttt" action="#{sampler.test}" >
  <t:navigationMenuItem  itemLabel="tryIT3" id="yyy" action="go_nav" />
</t:navigationMenuItem>

what can i do ?