On 9/4/07, Stephen Friedrich <[EMAIL PROTECTED]> wrote: > While we're at it - a few more questions regarding panelLabelAndMessage: > If there are multiple child components will messages for all of them be shown?
No, it requires a "for" attribute. That is the component that the label and the message are for. Also in 1.0.3 the code will automatically use the first EditableValueHolder it finds if the for is not given, but it still only supports one component. To get multiple components, you have to have multiple panelLabelAndMessage components. > Does it work if child components are nested in a panelHorizontalLayout? Yes.

