Subform is not a flattened component, so therefore the panelFormLayout will not be able to see the items in the subform and align them, it would only attempt to align the subform elements themselves, not the children.
If you wish, file and enhancement JIRA ticket to make subform support flattening. -Andrew On Sun, Feb 15, 2009 at 10:24 AM, James Rogers <[email protected]> wrote: > > Anyone had experience of tr:subform breaking tr:panelFormLayout's behaviour, > if I have two input fields with required="true" in two seperate subforms (to > prevent the required= from stopping PPR), panelFormLayout doesn't layout the > two subforms correctly with respect to each other (i.e. if the label on the > second input field is shorter than the first there's no vertical alignment) > removing subform fixes it but is not what I want.. > > Any ideas, > > Thanks, > > James > -- > View this message in context: > http://www.nabble.com/tr%3Asubform-breaks-tr%3ApanelFormLayout-behaviour-tp22024999p22024999.html > Sent from the MyFaces - Users mailing list archive at Nabble.com. > >

