Hi,

I have a form and inside it I have a country/city/etc selection.
The form is inside a zone.
When calling the onSelected for make the change of the country/city, when
returning I loose the other form data. How can I keep it ?
I think a zone inside the form would help, but I am getting:
Form components may not be placed inside other Form components.
The Ubigeos type is just a component with other selects that are filled from
the pais select
My .tml is 

  <t:zone t:id="datosPersonalesZone">

            <form t:type="form" t:id="formulariodatospersonales"
t:zone="datosPersonalesZone">

                <t:errors/>


                     Sexo:  <select t:type="Select" t:id="sexo"
t:value="actual.sexo" model="sexo" /> 
                     PaĆ­s: <input t:type="Select" t:id="pais" model="paises"
                            t:value="pais"  t:zone="ubigeosZone"/>

                     <t:zone t:id="ubigeosZone">
                    <input t:type="Ubigeos" t:id="ubigeo_nacimiento"
t:ubigeo="ubigeoNacimiento"
                           t:zone="ubigeosZone"/>
                     </t:zone>
                   </form>

Regards !
-- 
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Tapestry-5-zone-inside-a-form-tp3379144p3379144.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to