Hi, If I call Form.getSection(component) where, for example, component is a TextInput inside a BoxPane in a Form Section, then I get null. However if the TextInput is not inside the BoxPane then it will return the section just fine.
I'm just wondering whether this is intended behaviour or not - it seems like it would be more useful if this worked for all components within a form section, regardless of whether they are nested or not. Regards, David.
