Re: Issue with Tomahawk Menu

2007-06-04 Thread Anupama Dande
Yeah Mike you are right. Francisco it was the jar files conflict... that was causing the problem. Now that I removed MyFaces Core jar files from my library, it is working very well. Thanks, Anu On 6/4/07, Mike Kienenberger <[EMAIL PROTECTED]> wrote: I believe that the problem was solved on th

Re: Issue with Tomahawk Menu

2007-06-04 Thread Mike Kienenberger
I believe that the problem was solved on the other thread. It was caused by mixing the JSF RI and MyFaces Core jar files in the same application. On 6/4/07, Francisco Passos <[EMAIL PROTECTED]> wrote: You say the problem is intermitent. I assume you mean some of the time it works, and some it

Re: Issue with Tomahawk Menu

2007-06-04 Thread Francisco Passos
You say the problem is intermitent. I assume you mean some of the time it works, and some it doesn't. Since your bean is session-scoped, could it be that the session expired and your bean has been discarded? On 6/1/07, Anupama Dande <[EMAIL PROTECTED]> wrote: Hi Mike, Maybe both issues (N

Re: Issue with Tomahawk Menu

2007-06-01 Thread Anupama Dande
Hi Mike, Maybe both issues (NavigationMenuItem and the binding) are related. I wasn't able to troubleshoot much. I hope to fix it with help from u guys. This is my first topic on this forum. It is great to get the replies so prompt. Thanks to all of you, Anu On 6/1/07, Mike Kienenberger

Re: Issue with Tomahawk Menu

2007-06-01 Thread Mike Kienenberger
This looks to me like the same issue as with "Problem with Binding in tr:table " -- your managed beans aren't being initialized. I think Andrew is probably farther along with helping you on that line than I am. On 6/1/07, Anupama Dande <[EMAIL PROTECTED]> wrote: Both. --Anu On 6/1/07, Mike

Re: Issue with Tomahawk Menu

2007-06-01 Thread Anupama Dande
Both. --Anu On 6/1/07, Mike Kienenberger <[EMAIL PROTECTED]> wrote: Is it umenu.menu = null or is it umenu = null? On 6/1/07, Anupama Dande <[EMAIL PROTECTED]> wrote: > Hi Mike, > > Method Signature : public List getMenu() > > This problem is intermittent. Every time this happens I

Re: Issue with Tomahawk Menu

2007-06-01 Thread Mike Kienenberger
Is it umenu.menu = null or is it umenu = null? On 6/1/07, Anupama Dande <[EMAIL PROTECTED]> wrote: Hi Mike, Method Signature : public List getMenu() This problem is intermittent. Every time this happens I have to create a new workspace in Eclipse... and that solves the issue, maybe t

Re: Issue with Tomahawk Menu

2007-06-01 Thread Anupama Dande
Hi Mike, Method Signature : public List getMenu() This problem is intermittent. Every time this happens I have to create a new workspace in Eclipse... and that solves the issue, maybe there is some Caching issue with Eclipse. I am deploying my web application from Eclipse IDE. Actual

Re: Issue with Tomahawk Menu

2007-06-01 Thread Mike Kienenberger
What is the method signature of myPackage.TestMenu.getMenu()? What is the contents of getMenu()? I don't see that the scope will matter provided that umenu is non-null. On 6/1/07, Anupama Dande <[EMAIL PROTECTED]> wrote: Hi Mike, It is NavigationMenuItem (org.apache.myfaces.custom.navm

Re: Issue with Tomahawk Menu

2007-06-01 Thread Anupama Dande
Hi Mike, It is NavigationMenuItem ( org.apache.myfaces.custom.navmenu.NavigationMenuItem) Collection. I am using Tomahawk JSCookMenu in test.xhtml as and in the faces_config.xml file the entry is User M

Re: Issue with Tomahawk Menu

2007-06-01 Thread Mike Kienenberger
Seems pretty straight forward -- what's the value binding of the _id14 component bound to? Apparently not a NavigationMenuItem or collection of NavigationMenuItems. On 6/1/07, Anupama Dande <[EMAIL PROTECTED]> wrote: Hi, I am getting the following error SEVERE: Error Rendering View[/commo

Issue with Tomahawk Menu

2007-06-01 Thread Anupama Dande
Hi, I am getting the following error SEVERE: Error Rendering View[/common/xhtml/jcm/createChangeOrder/manageChangeOrders.xhtml] java.lang.IllegalArgumentException: Value binding of UINavigationMenuItems with id menuForm:_id14 does not reference an Object of type NavigationMenuItem, Navigation