Bonjour,
je travaille sur appfuse(struts,hibernates,tomcat{mysql},ant sous eclipse,spring) et je voudrais savoir svp comment faire dans ma page jsp (du js et du struts) le filtrage d'une liste deroulante dynamique de fichesd'evaluation à partir de ma liste deroulante ,dynamique aussi, projet.
voici le code :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<table width="610" height="214" border="0">
<tr>
<td height="8">Projet </td>
<td height="13" colspan="3">
<html:select property="projetId" onchange="Change(this.form)">
<html:option value="(Choisissez)"/>	
<html:options   collection="projets" property="id" labelProperty="nomProjet" />
</html:select></td>
</tr>
 
                          <tr>
                            <td height="8">fiche d'&eacute;valuation </td>
                            <td height="13" colspan="3">
 
							<html:select  property="ficheId">
							<html:option value="(Choisissez)"/>	
	        						<html:options   collection="fiches" property="id" labelProperty="nomFiche" />
                 				</html:select>							</td>
                          </tr>
aidez moi s'il vous plait je suis vraiment conicé puiske je suis en pleine periode de stage et maintenant je suis bloqué
et merci pou tout.