[Richfaces] dropDownMenu & page vierge
Bonjour,
j'ai voulu tester les menus avec Richfaces et j'ai extrait de l'url http://livedemo.exadel.com/richfaces...Menu&tab=usage un simple test réduit au strict minimum
Code:
1 2 3 4 5 6 7 8 9 10 11
| <ui:composition xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:rich="http://richfaces.org/rich">
<h:form id="Form1">
<rich:toolBar>
<rich:dropDownMenu id="FileMenu" value="File">
<rich:menuItem value="Open" />
</rich:dropDownMenu>
</rich:toolBar>
</h:form> |
Pourquoi ai je une page blanche, sans la moindre erreur de chargement avec cet exemple ? 8O