Salut à tous
Voici le code
<%@taglib uri="
[ Lien ]" prefix="layout" %>
<%@taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%>
<%@page contentType="text/html"%>
<%@page pageEncoding="UTF-8"%>
<layout:html>
<head>
<meta name = "Generator" content = "Easy Struts Xslt generator for Eclipse (
[ Lien ]).">
<link rel="stylesheet" href="/TESTSTRUTS/css/portailstyle.css" type="text/css">
<style>
#menu_horizontal1
{
width: 770px;
height: 29px;
margin-left:126px;
margin-right: 0px;
margin-bottom: 1px;
margin-top: -29px;
background-color:#FFFFFF
}
</style>
<title>Portail</title>
<layout:skin includeScript="true"/>
</head>
<BODY BGCOLOR=#FFFFFF background="/TESTS/images/fond_page.gif" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- entete-->
<table width="990" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="100" width="752"><a href="#"> <img src= "images/index_01.gif" width="999" height="114" border="0" alt=""></a></td>
</tr>
</table>
<div id="menu_horizontal">
<br>
<table align="center" width="790" border="0" cellpadding="0" cellspacing="0">
<tr >
<td width="100">
<font color="white">------------------</font> </td><td width="607" height="30" class="TTxt">
<b> <font size="+1"> <center> BIENVENUE </center> </font> </b> </td>
<td width="100"><font color="white">------------</font> </td>
<td width="24"><a href="../synthese.htm"> Déconnexion</a></td>
</tr>
</table>
</div>
<div><img src="images/spacer.gif" width="1" height="3" border="0" alt=""></div>
</td>
</tr>
</table>
<td width="770" valign="top" bordercolor="#CCCCCC" onClick="Cacher3()">
<div><img src="images/spacer.gif" width="770" height="4" border="0" alt=""></div>
<br> <br>
<div id="corps">
<table width="800" height="200" border="0">
<tr>
<td width="400" height="100" align="center">
</td>
</tr>
</table>
</div>
<!-- menu horizontal -->
<table> <tr> <td>
<layout:dynMenu config="MainMenu" styleClass="FORM" includeScript="true" align="center" width="800" >
<layout:menuItem key="Accueil" link="accueil.htm">
</layout:menuItem>
<layout:menuItem key="Base" link="accueil.htm">
</layout:menuItem>
<layout:menuItem key="Pointage">
<layout:menuItem key="pointage" link="chargerenregistrerpointage.htm"/>
<layout:menuItem key="consultater" link="chargerListepointage.htm"/> </layout:menuItem>
<layout:menuItem key="Pharmacie">
<layout:menuItem key="enregistrer" link="pharmacieAction.htm"/>
<layout:menuItem key="consulter" link="chargerListePharmacie.htm"/> </layout:menuItem>
</layout:dynMenu>
</td> </tr> </table>
<!-- menu vertical -->
<table> <tr> <td>
<layout:dynMenu config="MainMenuv" styleClass="FORM" includeScript="true" align="left">
<h2>TRAITEMENTS" </h2>
<layout:menuItem key=" Missions">
<layout:menuItem key="nouvelle " link="link2.html"/>
<layout:menuItem key="valider" link="link3.html"/>
<layout:menuItem key="viser" link="link2.html"/>
</layout:menuItem>
<layout:menuItem key="Formations">
<layout:menuItem key="nouvelle " link="link2.html"/>
<layout:menuItem key="valider" link="link3.html"/>
<layout:menuItem key="viser" link="link2.html"/>
</layout:menuItem>
<h2>OUTIL</h2>
<layout:menuItem key="CV">
<layout:menuItem key="nouveau" link="link2.html"/>
<layout:menuItem key="consultation" link="link3.html"/>
</layout:menuItem>
<layout:menuItem key="Employés">
<layout:menuItem key="nouvel employé" link="link2.html"/>
<layout:menuItem key="liste des employés" link="link3.html"/>
</layout:dynMenu>
</td> </tr> </table>
</td>
</tr>
<tr>
<td> </td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<br>
</body>
</layout:html>
//Mainmenu.propertie
width=135
left_position=212
top_position=120
font_color="#444812"
mouseover_font_color="#FFFFFF"
background_color="#DFE7E9"
mouseover_background_color="#D4DCE8"
border_color="#FFFFFF"
separator_color="#FFFFFF"
top_is_permanent=1
top_is_horizontal=1
tree_is_horizontal=0
position_under=1
top_more_images_visible=0
tree_more_images_visible=1
evaluate_upon_tree_show="null"
evaluate_upon_tree_hide="null"
// MainMenuv.propertie pour le menu vertical
width=170
left_position=22
top_position=150
font_color="#444812"
mouseover_font_color="#FFFFFF"
background_color="#DFE7E9"
mouseover_background_color="#D4DCE8"
border_color="#FFFFFF"
separator_color="#FFFFFF"
top_is_permanent=1
top_is_horizontal=0
tree_is_horizontal=0
position_under=5
top_more_images_visible=1
tree_more_images_visible=1
evaluate_upon_tree_show="null"
evaluate_upon_tree_hide="null"
C'est un seul menu qui peut s'afficher.
Je ne comprends pas où peut se trouver le probleme.
Merci