Hi,
I am getting following javascript error when I click on menu.
Error: dummyForm has no properties
Source File:
http://localhost:8000/dedicated/faces/myFacesExtensionResource/navmenu.j
scookmenu.HtmlJSCookMenuRenderer/11302665/MyFacesHack.js
Line: 21
Following is my JSF code
<h:form id="myform">
<t:jscookMenu layout="hbr" theme="ThemeOffice">
<t:navigationMenuItem
itemLabel="Home" action="go_home" />
</t:jscookMenu>
</h:form>
I am using myfaces 1.1.3 with tomahawk 1.1.1. I appreciate any help
finding out the problem.
Thank You
Vamsi Surapuraju