Do you think it's related to the fix for APF-840?

http://issues.appfuse.org/browse/APF-840

Can you please enter an issue in JIRA for this? I'll try to fix it as
part of 2.0.1.

Matt

On 10/29/07, Thomas Ramapuram <[EMAIL PROTECTED]> wrote:
>
>  Hi Matt.
>      I just checked out a project and dumped my menu-config.xml and menu.jsp
> into it.  The menus render all wacky.  I just checked the
> cssHorizontalMenu.vm in
> target/work/webapp/WEB-INF/classes/cssHorizontalMenu.vm and
> it is the one with the patch applied.
>      I tried testing it with previous versions and I noticed that the menu
> breaks between version 2754 and 2848.
>      I have attached my menu-config.xml, menu.jsp.
>      Regards,
>      Thomas Ramapuram.
>
>
> <%@ include file="/common/taglibs.jsp"%>
>
> <menu:useMenuDisplayer name="Velocity"
> config="WEB-INF/classes/cssHorizontalMenu.vm"
> permissions="rolesAdapter">
> <ul id="primary-nav" class="menuList">
>     <li class="pad">&nbsp;</li>
>     <c:if test="${empty pageContext.request.remoteUser}">
>     <li><a href="<c:url value="/login.jsp"/>" class="current">
>         <fmt:message key="login.title"/></a></li>
>     </c:if>
>     <menu:displayMenu name="MasterMenu"/>
>     <menu:displayMenu name="MainRoleMenu"/>
>     <menu:displayMenu name="HotelMasterMenu"/>
>     <menu:displayMenu name="OperationsMenu"/>
>     <menu:displayMenu name="Logout"/>
> </ul>
> </menu:useMenuDisplayer>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
>
>


-- 
http://raibledesigns.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to