[Struts layout] comment faire un ascenseur dans un tableau
Bonjour,
comment faire pour afficher un ascenseur si ma collection est trop grande?
voice dans ma jsp comment j affiche ma collection
Code:
1 2 3 4 5 6 7
| <layout:collection id="warningType" name="warningTypeList" styleClass="DATALIST" width="100%" sortAction="client">
<layout:collectionItem title="prompt.warning.name" property="name" sortable="true"/>
<layout:collectionItem title="prompt.warning.description" property="description"/>
</layout:collectionItem> |
merci