[Solved] MenuItem must be inside a form element


You’re missing a form on your jsp/xhtml pages.

Wrap your menu item in a <h:form> tag

0

solved MenuItem must be inside a form element