In the following markup code, the Form field labels are not displayed. When
Error Flags are set for the fields during validation, the tooltips with
error messages are also not displayed.

<Form bxml:id="Form">
   <Form.Section>
      <BoxPane orientation="horizontal">
         <TextInput bxml:id="firstNameTextInput"
                     Form.Label="First Name"
                     maximumLength="25"/>
         <TextInput bxml:id="lastNameTextInput"
                     Form.Label="Last Name"
                     maximumLength="25"/>
      </BoxPane>
   </Form.Section>
</Form>

When I remove the <BoxPane> element, the above mentioned things work but the
fields are displayed one below the other whereas I want to display them on
the same line.

How do I get the correct markup?

Thanks

--
View this message in context: 
http://apache-pivot-users.399431.n3.nabble.com/Form-Field-Label-Error-Message-tp3566467p3566467.html
Sent from the Apache Pivot - Users mailing list archive at Nabble.com.

Reply via email to