Hi Struts Menu Developers,
 
Great job.  However I have a problem with MenuRepository that it gives me the wrong ordering of menu items as I expected.
 
Am I using it incorrectly or it's a bug ? I find MenuRepository uses FastHashMap so the MenuComponents are not in the order as they are put in.
Will FastTreeMap be an option to fix this ?
i.e.
Map menus = new FastHashMap();
 
Best Regards,
Victor

Reply via email to