BaTien Duong wrote: > Hello: > > I copy <x:jscookMenu> from myfaces-examples and try on a simple menu > created from commandLink that I know it works. JscookMenu renders as > expected and i make sure that there is no error when the page is > loaded. A mouse over the menu indicates correct action outcome. > However, there is no action when i click the menu. > > Looking at the view source of myfaces-examples and my page, the > rendering codes are idendical (ofcourse different label and action). I > try it both inside and outside the form and i cannot get the page > submitted.:-( > > Did i miss anything? Besides JsCookMenu, has anyone tried other with > myfaces under tiles? > > Thanks > > BaTien > DBGROUPS > > I answer this myself for those who may have similar issue.
I end up to solve the problem :-) by directly using JSCookMenu without using myfaces tags. I can also custom the menu. BaTien DBGROUPS

