I am using tomahawk menu to perform navigation. I have coded the action
attribute, but it is not working. Here is the code
<t:jscookMenu layout="hbr" theme="ThemeIE" id="menu" rendered="true"
>
<t:navigationMenuItem itemLabel="Employee">
<t:navigationMenuItem itemLabel="Search By Id"
action="empById"/>
<t:navigationMenuItem itemLabel="Search By Name"
action="empByName"/>
<t:navigationMenuItem itemLabel="Add" action="addEmp"/>
</t:navigationMenuItem>
</t:jscookMenu>
What am I missing
--
View this message in context:
http://www.nabble.com/action-not-working-in-t%3AnavigationMenuItem-tf3524173.html#a9831896
Sent from the MyFaces - Users mailing list archive at Nabble.com.