How to make a panelformLayout with two columns, where I need a column wider than the other?

The second column must be more or less double first thant.

It's the definition of the form:

< af:panelFormLayout id = "pfl1" lines = '6' labelWidth = "120".

Binding = "#{backingBeanScope.detalleBB.pfl1}" >

two columns of fields is displayed.

The second column has several panelgrouplayout - horizontal with three different areas requiring a more horizontal space than the first column which are fields of inoputtext.

Currently the panelform gives the same horizontal space resulting in the packing in the second two-column and this conditioning is what I want to avoid.

Thank you in advance.

You plan to create another PanelFormLayout with a different width and put the two forms of panel inside a horizontal panel group presentation so that they compare side by side?

Tags: Java

Similar Questions

Maybe you are looking for