Bonjour,

Je ne sais pas si je suis au bon endroit pour poster mon message, mais j'essaye

Je ne suis pas à l'aise avec la balise <display:table> et je voudrais exporter les données.

pour le fichier personne.jsp, çà marche
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
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
 
<table align="center" width="70%" cellspacing="0" cellpadding="0" border="0" class="cadb">
<tbody>
<tr>
	<td width="20" height="20"><img vspace="5" hspace="5" src="./resources/img/cbb.gif"></td>
	<td style="font-size:12px;color: #4891C0;font-weight: bold"> <div class="titreOrange">Liste des Personnes</div></td>
<td width="10"><img width="10" height="1" src="./resources/img/px.gif"></td>
</tr>
<!-- Message d'information -->
<tr>
	<td>&nbsp;</td>
	<td>
		<table id="infoMsg">
			<tbody>
				<tr>
					<td></td>
				</tr>
			</tbody>
		</table>
	</td>
	<td>&nbsp;</td>
</tr>
<tr>
	<td align="center" colspan="3">
		<table align="center" width="90%">
		<!-- Bouton Ajouter -->
			<tr>
				<td align="center">
				<table style="width:50%">
				<tr>
				<td align="left">
				<a href="#" style="color: #4891C0;font-weight: bold" onclick="openPreview();"><img src="./resources/img/add.png"/>Ajouter</a>
				</td>
				</tr>
				<tr><td>
					<!-- Affichage de la Liste des OPCTs -->
					<display:table name="${listPersonneDto}" uid="row" requestURI="personneManagement" cellpadding="4" cellspacing="0" sort="list" class="" style="width:100%;background-color:#BCDEF5" pagesize="30" export="true">
						<display:setProperty name="paging.banner.placement" value="bottom" />
						<display:setProperty name="css.tr.even" value="webbeanalternaterows" />
						<display:setProperty name="css.tr.odd" value="webbeanrows" />
						<display:setProperty name="css.table" value="cadre"/>
 
						<display:setProperty name="export.types" value="csv"/>
						<display:setProperty name="export.csv" value="true"/>
						<display:setProperty name="export.xml" value="false"/>
						<display:setProperty name="export.excel" value="true"/>
						<display:setProperty name="export.pdf" value="true"/>				
						<display:setProperty name="export.csv.filename" value="personne.csv"/>
						<display:setProperty name="export.csv.include_header" value="true"/>
						<display:setProperty name="export.excel.filename" value="personne.xls"/>
						<display:setProperty name="export.excel.include_header" value="true"/>
 
						<display:column style="width:40%" class="webbeanitem1" sortable="true" property="nom" title="Nom "> </display:column>
						<display:column style="width:40%" class="webbeanitem1" sortable="true" property="prenom" title="Prénom"> </display:column>
						<display:column style="width:40%" class="webbeanitem1" sortable="true" property="fonctionDTO.descFonction" title="Fonction"> </display:column> 	
						<s:if test="%{#val == 1}">  
						<display:column style="width:40%" class="webbeanitem1" sortable="true" property="droitDTO.nomDroit" title="Droit"> </display:column> 	
						</s:if>
						<display:column style="width:40%" class="webbeanitem1" sortable="true" property="serviceDTO.nomService" title="Service"> </display:column> 			
						<display:column style="width:40%" class="webbeanitem1" sortable="true" property="horaireContrat" title="Semaine Hebdomadaire"> </display:column> 	
 
 
						<!-- Colonne édition -->
						<display:column href="personneManagement_loadPopin" paramId="idPersonneToLoad" paramProperty="idPersonne" class="webbeanitem1"> <img src="./resources/img/edit.png"/> </display:column>
 
						<display:column href="javascript:confirmDelete('#')" paramId="idPersonneToDelete" paramProperty="idPersonne" class="webbeanitem1"> <img src="./resources/img/del.gif"/> </display:column>							
 
 
					</display:table>	
					</td></tr>
 
 
					</table>
					</td>
			</tr>
		</table>
	</td>
</tr>
<tr>
	<td colspan="3"><img width="1" height="10" src="./resources/img/px.gif"></td>
</tr>
</tbody>
</table>
 
<!-- Saisie -->
 
<div class="display" id="divCreate">
 
<div class="displayOpct">
 
<table id="tabCreate" align="center" width="600px" cellspacing="0" cellpadding="0" border="0" class="cadb">
<tbody>
<tr>
	<td>
		<table width="100%">
			<tr>
				<td width="20" height="20"><img vspace="5" hspace="5" src="./resources/img/cbb.gif">
				</td>
				<td  style="font-size:12px;color: #4891C0;font-weight: bold" id="titre"> 
					Création d'une Personne
				</td>
				<td style="font-size:10px;color: #4891C0;font-weight: bold" align="right">
						<A href="#" onclick="closePreview();">Fermer</A>&nbsp;
				</td>
			</tr>
		</table>
	</td>
</tr>
 
<!-- Message d'information -->
 
<tr>
	<td>
		<table>
			<tr>
				<td>&nbsp;</td>
				<td>
					<table id="infoMsg">
						<tbody>
							<tr>
								<td></td>
							</tr>
						</tbody>
					</table>
				</td>
				<td>&nbsp;</td>
			</tr>
		</table>
	</td>
</tr>
<tr>
	<td align="center">
	<s:form name="createForm" action="personneManagement_save" onsubmit="return validate();">
		<table cellpadding=5 style="width:400;align:center;" class="cadre">
 
			<tr style="font-weight: bold">				
				<td >
					Nom : 
				</td>
				<td>
					<s:hidden id="idPersonneSelected" name="idPersonneSelected" value="%{personneDTO.idPersonne}"/>
					<s:textfield id="nom" name="nom" value="%{personneDTO.nom}"/>
				</td>
			</tr>
			<tr style="font-weight: bold">
				<td >
					Prénom : 
				</td>
				<td>
					<s:textfield name="prenom" id="prenom" value="%{personneDTO.prenom}"/>
				</td>
			</tr>
 
 
			<tr style="font-weight: bold">
				<td >
					Durée heure de travail hebdomaire <br>(Format 00:00): 
				</td>
				<td>
					<s:textfield name="horaireContrat" id="horaireContrat" value="%{personneDTO.horaireContrat}"/>
				</td>
			</tr>
 
			<tr style="font-weight: bold">
				<td >
					Type de contrat : 
				</td>
				<td>
					<SELECT name="typeContrat">
 
					<s:if test="%{typeContrat == 'cdd'}"> 
							<OPTION VALUE="cdd" selected="selected"> CDD </OPTION>
							<OPTION VALUE="cdi"> CDI </OPTION>
					</s:if>	
					<s:if test="%{typeContrat == 'cdi'}"> 
							<OPTION VALUE="cdd" > CDD </OPTION>
							<OPTION VALUE="cdi" selected="selected"> CDI </OPTION>
					</s:if>		
 
 
 
				<s:if test="%{typeContrat != 'cdi'}"> 
					<s:if test="%{typeContrat != 'cdd'}"> 
						<OPTION VALUE="cdd" > CDD </OPTION>
						<OPTION VALUE="cdi" > CDI </OPTION>
					</s:if>	
					</s:if>
 
 
					</SELECT>	
 
 
				</td>
			</tr>
 
			<tr style="font-weight: bold">
				<td >
					Service : 
				</td>
				<td>
					<s:select id="serviceSelected" name="serviceSelected" list="listServiceDto" listKey="idService" listValue="nomService"></s:select>
 
				</td>
			</tr>
 
			<tr style="font-weight: bold">
				<td >
					Fonction : 
				</td>
				<td>
					<s:select id="fonctionSelected" name="fonctionSelected" list="listFonctionDto" listKey="idFonction" listValue="descFonction"></s:select>
 
				</td>
			</tr>
 
			<s:if test="%{#val == 1}"> 
			<tr style="font-weight: bold">
				<td >
					Droit : 
				</td>
				<td>
					<s:select id="droitSelected" name="droitSelected" list="listDroitDto" listKey="idDroit" listValue="nomDroit"></s:select>
 
				</td>
			</tr>
			<tr style="font-weight: bold">
				<td >
					Login : 
				</td>
				<td>
					<s:textfield name="login" id="login" value="%{login}"/>
				</td>
			</tr>
			<tr style="font-weight: bold">
				<td >
					MDP : 
				</td>
				<td>
					<s:textfield name="mdp" id="mdp" value="%{mdp}"/>
				</td>
			</tr>
			</s:if>
			<s:hidden id="droitSelected2" name="droitSelected2" value="%{personneDTO.droitDTO.idDroit}"/>
			<s:hidden id="login2" name="login2" value="%{login}"/>
			<s:hidden id="mdp2" name="mdp2" value="%{mdp}"/>
			<tr>
				<td>
					<s:submit type="button" label="Valider" cssClass="button"/>						
				<br/><br/>
				</td>
			</tr>				
		</table>
		</s:form>
		<br/><br/>
	</td>
</tr>
 
</tbody>
</table>
</div>
 
</div>

Par contrat pour le fichier compteurPersonneMois.jsp, cela ne marche pas

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
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
 
 
<table align="center" width="90%" cellspacing="0" cellpadding="0" border="0" class="cadb">
<tbody>
<tr>
	<td width="20" height="20"><img vspace="5" hspace="5" src="./resources/img/cbb.gif"></td>
	<td style="font-size:12px;color: #4891C0;font-weight: bold"> <div class="titreOrange">Gestion annuel des heures réalisées par personnes</div></td>
<td width="10"><img width="10" height="1" src="./resources/img/px.gif"></td>
</tr>
<!-- Message d'information -->
<tr>
	<td>&nbsp;</td>
	<td>
		<table id="infoMsg">
			<tbody>
				<tr>
					<td></td>
				</tr>
			</tbody>
		</table>
	</td>
	<td>&nbsp;</td>
</tr>
 
<tr>
		<td colspan="9" style="text-align:right;">	<a href="#" onclick="javascript:imprime_zone('Impression Planning', 'printzone');">   </a></td>
</tr>
 
<tr>
	<td align="center" colspan="3">
		<table align="center" width="100%">
		<!-- Bouton Ajouter -->
			<tr>
				<td align="center">
				<table style="width:70%" border=1>
				<tr>
					<!-- Bouton Ajouter -->
				<s:form name="searchPersonne" action="compteurManagement_searchPersonneByMoisAndAnnee">
					<tr style="font-weight: bold">
 
						<td>
							Nom de la personne :
						</td>
						<td>
						<s:select headerKey="-1" headerValue="Personne ?" id="personneSelected" name="personneSelected" list="listPersonneDto" listKey="idPersonne" listValue="nomGlobal"/>
						</td>
 
 
 
 
						<td>
							Mois :
						</td>
 
						<td>
							<s:select headerKey="0" headerValue="Mois ?" id="moisSelected" name="moisSelected" list="listMounts" listKey="idMois" listValue="libelleMois"/>								
 
						</td>
						<td>
							Année :
						</td>
						<td>
							<s:select headerKey="-1" headerValue="Annee ?" id="yearSelected" name="yearSelected" list="years" />									
						</td>
 
						<td>
							Mode
						</td>
						<td>
						<SELECT name="globalSearch" id="globalSearch">
								<OPTION VALUE="1"> detaille </OPTION>
								<OPTION VALUE="2"> global </OPTION>
 
						</SELECT>
						</td>
 
 
						<td> 
						<input type="button" value="rechercher" onClick="return loadCompteurByPersonner(this.form);"> 
						</td>
					</tr>
				</s:form>
				<tr> 
 
 
				</tr>
 
 
				</tr>
 
 
 
				<tr><td colspan="9">
 
					<div id='printzone'>globalSearch  : ${idUniteCSE} gggggg
				<s:if test="globalSearch == 1">hello
 
					<!-- Affichage de la Liste des OPCTs -->
					<display:table name="${listPersonneCompteurMois}" uid="row" requestURI="compteurManagement" cellpadding="1" cellspacing="0" sort="list" class="" style="width:100%;background-color:#BCDEF5" pagesize="32" export="true">
						<display:setProperty name="paging.banner.placement" value="bottom" />
						<display:setProperty name="css.tr.even" value="webbeanalternaterows" />
						<display:setProperty name="css.tr.odd" value="webbeanrows" />
						<display:setProperty name="css.table" value="cadre"/>
						<display:setProperty name="export.types" value="csv"/>
						<display:setProperty name="export.csv" value="true"/>
						<display:setProperty name="export.xml" value="false"/>
						<display:setProperty name="export.excel" value="true"/>
						<display:setProperty name="export.pdf" value="true"/>				
						<display:setProperty name="export.csv.filename" value="ListePersonneCompteur.csv"/>
						<display:setProperty name="export.csv.include_header" value="true"/>
						<display:setProperty name="export.excel.filename" value="lsitePersonneCompteur.xls"/>
						<display:setProperty name="export.excel.include_header" value="true"/>
 
 
 
 
 
 
						<display:column style="width:2%" class="webbeanitem1" sortable="true" property="libelleJour" title="Jour"> </display:column> 								 							 								 
						<display:column style="width:2%" class="webbeanitem1" sortable="true" property="dureeTravailJour" title="Durée Quotidienne"> </display:column>
 
						<s:if test="idUniteCSE != 8">
							<display:column style="width:2%" class="webbeanitem1" sortable="true" property="dureeTravailJourAfaire" title="Travail à faire"> </display:column>
						</s:if>
						<s:if test="idUniteCSE == 8">
							<display:column style="width:2%" class="webbeanitem1" sortable="true" property="reposCompensateur" title="repos Compensateur"> </display:column>
							<display:column style="width:2%" class="webbeanitem1" sortable="true" property="estEnReposCompensateur" title="Recup Repos Compensateur"> </display:column>
						</s:if>
 
 
 
						<display:column style="width:2%" class="webbeanitem1" sortable="true" property="estFerie" title="Ferie"> </display:column>
						<display:column style="width:2%" class="webbeanitem1" sortable="true" property="estCT" title="Congé Tri"> </display:column>
						<display:column style="width:2%" class="webbeanitem1" sortable="true" property="estCAnnuel" title="Congé annuel"> </display:column>
						<display:column style="width:2%" class="webbeanitem1" sortable="true" property="estCMaladie" title="Maladie"> </display:column>
						<display:column style="width:2%" class="webbeanitem1" sortable="true" property="estCAnciennete" title="Congé ancienneté"> </display:column>
						<display:column style="width:2%" class="webbeanitem1" sortable="true" property="estCRecup" title="Récupération "> </display:column>
						<display:column style="width:2%" class="webbeanitem1" sortable="true" property="estCRecupFerie" title="Récupération Férié"> </display:column>
						<display:column style="width:2%" class="webbeanitem1" sortable="true" property="estExcept" title="Except"> </display:column>
						<display:column style="width:2%" class="webbeanitem1" sortable="true" property="estFamiliaux" title="Congé familiaux"> </display:column>
						<display:column style="width:2%" class="webbeanitem1" sortable="true" property="estFormation" title="Formation"> </display:column>
						<display:column style="width:2%" class="webbeanitem1" sortable="true" property="estSansSolde" title="Congé Sans Solde"> </display:column>
						<display:column style="width:2%" class="webbeanitem1" sortable="true" property="estEnDelegation" title="Délégation"> </display:column>
						<display:column style="width:2%" class="webbeanitem1" sortable="true" property="estEnIntemperie" title="Intemperie"> </display:column>
 
						<!-- Colonne édition -->
 
					</display:table>
					</s:if>	
					</td></tr>
					<tr><td colspan="9" height="20px;"> &nbsp; </td></tr>
 
 
 
					<s:if test="%{globalSearch == 2}">
 
 
					<!-- Affichage de la Liste des OPCTs -->
					<display:table name="${listReacpMoisTotal}" uid="row" requestURI="compteurManagement" cellpadding="1" cellspacing="0" sort="list" class="" style="width:100%;background-color:#BCDEF5" pagesize="31" export="true">
						<display:setProperty name="paging.banner.placement" value="bottom" />
						<display:setProperty name="css.tr.even" value="webbeanalternaterows" />
						<display:setProperty name="css.tr.odd" value="webbeanrows" />
						<display:setProperty name="css.table" value="cadre"/>
 
						<display:setProperty name="export.types" value="csv"/>
						<display:setProperty name="export.csv" value="true"/>
						<display:setProperty name="export.xml" value="false"/>
						<display:setProperty name="export.excel" value="true"/>
						<display:setProperty name="export.pdf" value="true"/>				
						<display:setProperty name="export.csv.filename" value="heureAnnuelles.csv"/>
						<display:setProperty name="export.csv.include_header" value="true"/>
						<display:setProperty name="export.excel.filename" value="heureAnnuelles.xls"/>
						<display:setProperty name="export.excel.include_header" value="true"/>
 
 
						<display:column style="width:2%" class="webbeanitem1" sortable="true" property="nomMois" title="Mois"> </display:column> 
						<display:column style="width:2%" class="webbeanitem1" sortable="true" property="annee" title="Année"> </display:column>	
						<display:column style="width:2%" class="webbeanitem1" sortable="true" property="totalTravMois" title="Durée de travail réalisée"> </display:column>
 
 
						<display:column style="width:3%" class="webbeanitem1" sortable="true" property="totalTravAfaire" title="Durée de travail à réaliser"> </display:column>
 
 
 
						<s:if test="idUniteCSE == 8">
							<display:column style="width:2%" class="webbeanitem1" sortable="true" property="totalReposComp" title="repos Compensateur"> </display:column>
							<display:column style="width:2%" class="webbeanitem1" sortable="true" property="nbReposCompensateur" title="Recup Repos Comp"> </display:column>
						</s:if>
 
 
 
 
						<display:column style="width:3%" class="webbeanitem1" sortable="true" property="ecart" title="Ecart"> </display:column>
						<display:column style="width:2%" class="webbeanitem1" sortable="true" property="nbFerie" title="Ferie"> </display:column>
						<display:column style="width:2%" class="webbeanitem1" sortable="true" property="nbCt" title="Congé Tri"> </display:column>
						<display:column style="width:2%" class="webbeanitem1" sortable="true" property="nbCannuel" title="Congé annuel"> </display:column>
						<display:column style="width:2%" class="webbeanitem1" sortable="true" property="nbMaladie" title="Maladie"> </display:column>
						<display:column style="width:2%" class="webbeanitem1" sortable="true" property="nbCancien" title="Congé ancienneté"> </display:column>
						<display:column style="width:2%" class="webbeanitem1" sortable="true" property="nbRecup" title="Récupération "> </display:column>
						<display:column style="width:2%" class="webbeanitem1" sortable="true" property="nbRecupFerie" title="Récupération Férié"> </display:column>
						<display:column style="width:2%" class="webbeanitem1" sortable="true" property="nbExcep" title="Except"> </display:column>
						<display:column style="width:2%" class="webbeanitem1" sortable="true" property="nbFamil" title="Congé familiaux"> </display:column>
						<display:column style="width:2%" class="webbeanitem1" sortable="true" property="nbSansSolde" title="Congé Sans Solde"> </display:column>
						<display:column style="width:2%" class="webbeanitem1" sortable="true" property="nbFormation" title="Formation"> </display:column>
						<display:column style="width:2%" class="webbeanitem1" sortable="true" property="nbDelegation" title="Délégation"> </display:column>
						<display:column style="width:2%" class="webbeanitem1" sortable="true" property="nbIntemperie" title="Intemperie"> </display:column>
 
						<display:column style="width:2%" class="webbeanitem1" sortable="true" property="nbHeureSuppPaye" title="Heure sup payées"> </display:column>
 
 
 
						<!-- Colonne édition -->
 
					</display:table>
 
 
 
							<!-- Affichage de la Liste des OPCTs -->
							<tr><td colspan="9" height="20px;"> &nbsp; </td></tr>
					<display:table name="${listMoisDispDtoAfficher}" uid="row" requestURI="compteurManagement" cellpadding="1" cellspacing="0" sort="list" class="" style="width:100%;background-color:#BCDEF5" pagesize="31" export="true">
						<display:setProperty name="paging.banner.placement" value="bottom" />
						<display:setProperty name="css.tr.even" value="webbeanalternaterows" />
						<display:setProperty name="css.tr.odd" value="webbeanrows" />
						<display:setProperty name="css.table" value="cadre"/>
 
						<display:setProperty name="export.types" value="csv"/>
						<display:setProperty name="export.csv" value="true"/>
						<display:setProperty name="export.xml" value="false"/>
						<display:setProperty name="export.excel" value="true"/>
						<display:setProperty name="export.pdf" value="true"/>				
						<display:setProperty name="export.csv.filename" value="heureListeMois.csv"/>
						<display:setProperty name="export.csv.include_header" value="true"/>
						<display:setProperty name="export.excel.filename" value="heureListeMois.xls"/>
						<display:setProperty name="export.excel.include_header" value="true"/>
 
 
 
						<display:column style="width:2%" class="webbeanitem1" sortable="true" property="annee" title="Année n +1 "> </display:column>								 							 								 
						<display:column style="width:2%" class="webbeanitem1" sortable="true" property="totalTravMois" title="Durée de travail réalisé "> </display:column>
						<display:column style="width:3%" class="webbeanitem1" sortable="true" property="totalTravAfaire" title="Durée de travail à réaliser"> </display:column>
 
						<s:if test="idUniteCSE == 8">
							<display:column style="width:2%" class="webbeanitem1" sortable="true" property="reposCompMois" title="repos Compensateur"> </display:column>
							<display:column style="width:2%" class="webbeanitem1" sortable="true" property="nbReposCompensateur" title="Recup repos Compensateur"> </display:column>
						</s:if>
 
						<display:column style="width:3%" class="webbeanitem1" sortable="true" property="ecart" title="Ecart"> </display:column>
						<display:column style="width:2%" class="webbeanitem1" sortable="true" property="nbFerie" title="Ferie"> </display:column>
						<display:column style="width:2%" class="webbeanitem1" sortable="true" property="nbCt" title="Congé Tri"> </display:column>
						<display:column style="width:2%" class="webbeanitem1" sortable="true" property="nbCannuel" title="Congé annuel"> </display:column>
						<display:column style="width:2%" class="webbeanitem1" sortable="true" property="nbMaladie" title="Maladie"> </display:column>
						<display:column style="width:2%" class="webbeanitem1" sortable="true" property="nbCancien" title="Congé ancienneté"> </display:column>
						<display:column style="width:2%" class="webbeanitem1" sortable="true" property="nbRecup" title="Récupération "> </display:column>
						<display:column style="width:2%" class="webbeanitem1" sortable="true" property="nbRecupFerie" title="Récupération Férié"> </display:column>
						<display:column style="width:2%" class="webbeanitem1" sortable="true" property="nbExcep" title="Except"> </display:column>
						<display:column style="width:2%" class="webbeanitem1" sortable="true" property="nbFamil" title="Congé familiaux"> </display:column>
						<display:column style="width:2%" class="webbeanitem1" sortable="true" property="nbFormation" title="Formation"> </display:column>
						<display:column style="width:2%" class="webbeanitem1" sortable="true" property="nbSansSolde" title="Sans Solde"> </display:column>
						<display:column style="width:2%" class="webbeanitem1" sortable="true" property="nbDelegation" title="Délégation"> </display:column>
						<display:column style="width:2%" class="webbeanitem1" sortable="true" property="nbIntemperie" title="Intemperie"> </display:column>
 
 
 
 
						<!-- Colonne édition -->
 
					</display:table>
 
 
 
 
					</s:if>	
 
 
 
					<tr><td colspan="9" height="20px;"> &nbsp; </td></tr>
 
					<tr><td colspan="9">
					<!-- Affichage -->
 
					<s:if test="globalSearch == 1">
					<display:table name="${listPersonneCompteurTotal}" uid="row" requestURI="compteurManagement" cellpadding="1" cellspacing="0" sort="list" class="" style="width:100%;background-color:#BCDEF5" pagesize="31">
						<display:setProperty name="paging.banner.placement" value="bottom" />
						<display:setProperty name="css.tr.even" value="webbeanalternaterows" />
						<display:setProperty name="css.tr.odd" value="webbeanrows" />
						<display:setProperty name="css.table" value="cadre"/>
 
						<display:setProperty name="export.types" value="csv"/>
						<display:setProperty name="export.csv" value="true"/>
						<display:setProperty name="export.xml" value="false"/>
						<display:setProperty name="export.excel" value="true"/>
						<display:setProperty name="export.pdf" value="false"/>				
						<display:setProperty name="export.csv.filename" value="heureAnnuelles.csv"/>
						<display:setProperty name="export.csv.include_header" value="true"/>
						<display:setProperty name="export.excel.filename" value="heureAnnuelles.xls"/>
						<display:setProperty name="export.excel.include_header" value="true"/>
 
					<s:if test="listPersonneCompteurTotal.size != 0 ">
							<display:column style="width:5%" class="webbeanitem1" sortable="true" property="dureeTotalTrav" title="Durée de travail réalisée"> </display:column>
							<display:column style="width:3%" class="webbeanitem1" sortable="true" property="dureeTravailAfaireJourTotal" title="Durée de travail à réaliser"> </display:column>
							<display:column style="width:3%" class="webbeanitem1" sortable="true" property="ecartTravaille" title="Ecart"> </display:column>
 
							<s:if test="idUniteCSE == 8">
								<display:column style="width:2%" class="webbeanitem1" sortable="true" property="reposCompensateurMois" title="repos Compensateur mensuel"> </display:column>
								<display:column style="width:3%" class="webbeanitem1" sortable="true" property="nbReposCompensateur" title="Repos Recup Compensateur"> </display:column>
							</s:if>
 
 
							<display:column style="width:3%" class="webbeanitem1" sortable="true" property="nbJourFerie" title="Nb Jour Ferie"> </display:column>
							<display:column style="width:3%" class="webbeanitem1" sortable="true" property="nbCongeTri" title="nb Conge Tri"> </display:column>
							<display:column style="width:3%" class="webbeanitem1" sortable="true" property="nbCongeAnnuel" title="Nb Conge Annuel"> </display:column>
							<display:column style="width:3%" class="webbeanitem1" sortable="true" property="nbCongeMaladie" title="nb Conge Maladie"> </display:column>
							<display:column style="width:3%" class="webbeanitem1" sortable="true" property="nbCongeRecup" title="nb Conge Récup"> </display:column>
							<display:column style="width:3%" class="webbeanitem1" sortable="true" property="nbCongeRecupFerie" title="nb Récup Férié"> </display:column>
							<display:column style="width:3%" class="webbeanitem1" sortable="true" property="nbCongeAnciennete" title="Nb Conge Anciennete"> </display:column>
							<display:column style="width:3%" class="webbeanitem1" sortable="true" property="nbCongeExceptionnel" title="Nb Conge Exceptionnel"> </display:column>
							<display:column style="width:3%" class="webbeanitem1" sortable="true" property="nbCongeParentaux" title="Nb Conge Parentaux"> </display:column>
							<display:column style="width:3%" class="webbeanitem1" sortable="true" property="nbCongeFormation" title="Formation"> </display:column>
							<display:column style="width:3%" class="webbeanitem1" sortable="true" property="nbCongeSansSolde" title="Sans Solde "> </display:column>
							<display:column style="width:2%" class="webbeanitem1" sortable="true" property="nbDelegation" title="Délégation"> </display:column>
							<display:column style="width:2%" class="webbeanitem1" sortable="true" property="nbIntemperie" title="Intemperie"> </display:column>
 
 
							<display:column style="width:3%" class="webbeanitem1" sortable="true" property="heureSuppPaye" title="Heure Supp Payé"> </display:column>
							<display:column style="width:3%" href="compteurManagement_loadPopin" paramId="idMoisDispToLoad" paramProperty="idMoisDisp" class="webbeanitem1"> <img src="./resources/img/edit.png"/> </display:column>
					</s:if>
						<!-- Colonne édition -->
 
					</display:table>
					</s:if>	
					</td></tr>
					</div>	
 
					</table>
 
					</td>
			</tr>
		</table>
	</td>
</tr>
<tr>
	<td colspan="3"><img width="1" height="10" src="./resources/img/px.gif"></td>
</tr>
</tbody>
</table>
Lorsque j'essaie d'exporter, j'ai ce message d'erreur

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
GRAVE: "Servlet.service()" pour la servlet jsp a lancé une exception
Exception: [.TableTag] Unable to reset response before returning exported data. You are not using an export filter. Be sure that no other jsp tags are used before display:table or refer to the displaytag documentation on how to configure the export filter (requires j2ee 1.3).
Où me suis-je tromper ?

Merci du coup de main.