Hi,

The panelFormLayout arranges children top-to-bottom one column at a
time--this is also how the browser will handle tab ordering between
the fields.

If you still wanted the effective visual positioning to match what you
desired, you could have your component tags like this:

panelFormLayout
 - Field1
 - Field4
 - Field2
 - Field5
 - Field3
 - Field6

Regards,
Matt

On Fri, Oct 3, 2008 at 9:56 AM, Danielle <[EMAIL PROTECTED]> wrote:
> I'm having problems trying to align the form fields the way I'd like. I'm
> trying to put the fields in 3 columns; if I use the maxColumns="3" attribute
> I get the following,
>
> Field1 Field3 Field5
> Field2 Field4 Field6
>
> I'd like to place them this way:
>
> Field1 Field2 Field3
> Field4 Field5 Field6
>
> How I can achieve this?
>
>
> Thanks!
>

Reply via email to