Finally I got it working. I had to add this line in my JSP page.

<input type="hidden" name="jscook_action" />

But I have no idea why the above line is required !!


Jatin wrote:
> 
> 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#a9833177
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to