Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

appfuse menu-config.xml error

843834Mar 25 2006 — edited Mar 26 2006
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?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 23 2006
Added on Mar 25 2006
2 comments
223 views