Try it this way:

        <s:Form>
                <s:layout>
                        <s:FormLayout gap="-12" />
                </s:layout>
                <s:FormItem label="Password"  > 
                        <s:TextInput id="password1" width="180" height="25"
displayAsPassword="true"
                                                 prompt="new password"/>
                </s:FormItem>
                <s:FormItem label="Reset"  >    
                        <s:TextInput id="password2"  width="180" height="25" 
                                                 prompt="repeat password"
                                                 displayAsPassword="true"/>
                </s:FormItem>
        </s:Form>

HTH,
Olaf



--
View this message in context: 
http://apache-flex-users.2333346.n4.nabble.com/form-layout-tp13510p13513.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Reply via email to