problem with tomahawk menu.

2007-04-05 Thread Jatin
Hi, I am trying to use tomahawk menu. The menu gets loaded normally, but there is a Red 'X' icon at the begenning and end of the each menuItem. The red 'X' is probably a missing image. The thing to wonder here is that I am not using the icon attribute of the t:navigationMenuItem. Then why the

not displaying icon in t:navigationMenuItem

2007-04-04 Thread Jatin
I am using t:navigationMenuItem without using the icon attribute. But inspite of that the (null) icon is displayed in the menu. Am I missing something ? -- View this message in context: http://www.nabble.com/not-displaying-icon-in-t%3AnavigationMenuItem-tf3524124.html#a9831734 Sent from the

action not working in t:navigationMenuItem

2007-04-04 Thread Jatin
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

Re: action not working in t:navigationMenuItem

2007-04-04 Thread Jatin
Can't I use hardcoded actions (which are allowed in JSF RI). Madhav Bhargava wrote: action needs to be specified as an EL expression - Something like - #{someBean.someActionMethod} On 4/4/07, Jatin [EMAIL PROTECTED] wrote: I am using tomahawk menu to perform navigation. I have

Re: action not working in t:navigationMenuItem

2007-04-04 Thread Jatin
} On 4/4/07, Jatin [EMAIL PROTECTED] 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

Re: action not working in t:navigationMenuItem

2007-04-04 Thread Jatin
in one of the navigation rules. ~madhav On 4/4/07, Jatin [EMAIL PROTECTED] wrote: Can't I use hardcoded actions (which are allowed in JSF RI). Madhav Bhargava wrote: action needs to be specified as an EL expression - Something like - #{someBean.someActionMethod} On 4/4/07, Jatin

Re: not displaying icon in t:navigationMenuItem

2007-04-04 Thread Jatin
you give me more information. ~madhav On 4/4/07, Jatin [EMAIL PROTECTED] wrote: I am using t:navigationMenuItem without using the icon attribute. But inspite of that the (null) icon is displayed in the menu. Am I missing something ? -- View this message in context: http

Re: action not working in t:navigationMenuItem

2007-04-04 Thread Jatin
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