I have the next error when compile the appfuse project,
javax.servlet.ServletException: Failure initializing struts-menu: Error parsing resource file: /WEB-INF/menu-config.xml nested exception is: The reference to entity "O" must end with the ';' delimiter.
I found the problem, when buit menu-config.xml with this code:
<Item name="AutorizaCheque" title="menu.fin.cheques.autorizaCheque" page="contabilidad/ordencheque/elegirlibro.jsp?D=A&O=A" roles="CHQAuto"/>
The error is generated by the use of symbol "&" in the tag "page"
my question is, exist some form replace that symbol?