bonjours , ca fait deux jours que je seche sur un pb avec xforms
voici mon code qui est sencés etre simple mais qui ne marche ps sinf:

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
 
<html xmlns:h="http://www.w3.org/1999/xhtml"
       xmlns="http://www.w3.org/2002/xforms">
<head>
    <title>Rechercher</title>
    <model>
        <submission action="fichier.php" method="urlencoded-post" id="s"/>
    </model>
</head>
<body>
    <p>
        <input ref="firstname"><label>Trouver</label></input>
        <submit submission="s"><label>Chercher</label></submit>
 
 
    </p>
</body>
</html>

le bouton d'envois ne s'affiche pas, et je pige pas du tout pourquoi, si vous aviez un ti tuyaux pour ne decoicer, je vous en remercie.