Je veux afficher cette structure

Code xml : 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
<table id="table">
	<caption>Un titre ici</caption>
	<thead>
		<tr>
		  	<td><span class="centre">Achat</span></td>
                         ........
                         ........
 
		</tr>
	</thead>
	<tbody>
		<tr class="ligne_blanche">
		  	<td rowspan="2"><span class="centre">45</span></td>
                         ........
                         ........
                         ........
 
		</tr>
		<tr class="ligne_blanche">
		  <td height="20"><span class="centre"><a href="#" class="achven">Vendre</a></span></td>
	  </tr>
		<tr class="ligne_bleue">
	  	  <td><span class="centre">300</span></td>
		         ........
                         ........
                         ........
		</tr>
	</tbody>
</table>
le problème c'est dans l'affichage de caption
Question :
Comment faire pour afficher caption avec du JSF