I have modify the coolmenus3 to make it horizontal. I'm using tiles in my application, and i needed to put this menu inside a table because in this table i need the menu (for the position in my application). But the menu doesn't work inside a table , and can be put only relative to the screen. Should i change the type of menu??? or there is a way it works.
this is a similar code of i'm trying to do:
<table>
    <tr>
        <td>

            <menu:useMenuDisplayer name="CoolMenu">

        <table>

        <tr>

        <td>

        <menu:displayMenu name="Planificacion"/>

        </td>

        </tr>

         <tr>

        <td>

<menu:displayMenu name="Stock1"/>

        </td>

        </tr>

</table>

</menu:useMenuDisplayer>

</td>

</tr>

</table>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
struts-menu-user mailing list
struts-menu-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/struts-menu-user

Reply via email to