My favorites | Sign in
Project Home Downloads Wiki Issues Source
Checkout   Browse   Changes    
 
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<h:html xmlns:h="http://www.w3.org/1999/xhtml"
xmlns="http://www.w3.org/2002/xforms">
<h:head>
<h:title>Mi primer formulario XForms</h:title>

<model>
<instance>
<data xmlns="">
<nombre>Victor</nombre>
<apellido>Cuervo</apellido>
</data>
</instance>


<submission action="http://example.com/buscar"
method="post" id="busqueda"/>

</model>
</h:head>
<h:body>

<h:h1>Mi primer formulario XForms</h:h1>
<h:p>


<input ref="nombre">
<label>Nombre:</label>
<hint>Pon el nombre de la persona a buscar</hint>
</input>

<h:br/>

<input ref="apellido">
<label>Apellido:</label>
<hint>Pon el apellido de la persona a buscar</hint>
</input>

<h:br/>

<submit submission="busqueda">
<label>Buscar</label>
</submit>

<h:br/><h:br/>
<h:hr/>
Articulo disponible en: <h:a href="http://lineadecodigo.com/2007/11/24/mi-primer-formulario-xforms/">http://lineadecodigo.com/2007/11/24/mi-primer-formulario-xforms/</h:a><h:br/>
<h:a href="http://lineadecodigo.com" title="Linea de Codigo">lineadecodigo.com</h:a>


</h:p>
</h:body>
</h:html>

Change log

r23 by vcuervo on Feb 8, 2008   Diff
Subida inicial
Go to: 
Project members, sign in to write a code review

Older revisions

All revisions of this file

File info

Size: 1232 bytes, 52 lines
Powered by Google Project Hosting