dans ma page JSP
j ai besoin d'avoir deux <h:form>
voici un peu de code:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10 <h:form id="ID1"> <rich:tabPanel switchType="client"> ... <h:form id="ID11" target="_blank"> <rich:tab label="#{msg.ADDRESS} "> <h:panelGrid columns="3"> <h:commandeButton value="XXX" action="YYY" /> </h:form> </h:form>
Partager